From f0308960a42a6b035ebe3b512b2cb06159461d4e Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Tue, 14 Aug 2018 10:07:49 -0400 Subject: [PATCH] fix typos --- src/lib/lz4/README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/lib/lz4/README.md b/src/lib/lz4/README.md index e8a1c9f30..c1176f08a 100644 --- a/src/lib/lz4/README.md +++ b/src/lib/lz4/README.md @@ -18,10 +18,10 @@ LZ4 block codec. If the choosen implementation is not specified, there will be an attempt to create a WebAssembly-based instance. If for whatever reason this fails, a -pure javascript-based instanced will be created. +pure javascript-based instance will be created. -The script for either instances are dynamically loaded, such that no resources -is wasted by keeping in memory code which won't be used. +The script for either instance are dynamically loaded, such that no resources +are wasted by keeping in memory code which won't be used. ### `lz4-block-codec-wasm.js` @@ -38,4 +38,5 @@ for whatever reason. ### `lz4-block-codec.wasm` -This is the WebAssembly module, loaded by `lz4-block-codec-wasm.js`. +This is the WebAssembly module, loaded by `lz4-block-codec-wasm.js` using a +`same-origin` fetch.