Skip to content

Commit 3fbd65e

Browse files
authored
Fixing typos in READMEs (#8213)
* fix: typo in README.md * Update README.md
1 parent c465681 commit 3fbd65e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tfjs-backend-wasm/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ tf.setBackend('wasm').then(() => main());
4747
Starting from Chrome 92 (to be released around July 2021), **cross-origin
4848
isolation** needs to be set up in your site in order to take advantage of
4949
the multi-threading support in WASM backend. Without this, the backend
50-
will fallback to the WASM binary with SIMD-only support (or the vanila version
50+
will fallback to the WASM binary with SIMD-only support (or the vanilla version
5151
if SIMD is not enabled). Without multi-threading support, certain models might
5252
not achieve the best performance.
5353

tfjs-tflite/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ enabled by default. In older versions of Chrome, they can be enabled in
8888

8989
Starting from Chrome 92, **cross-origin isolation** needs to be set up in your
9090
site in order to take advantage of the multi-threading support. Without this, it
91-
will fallback to the WASM binary with SIMD-only support (or the vanila version
91+
will fallback to the WASM binary with SIMD-only support (or the vanilla version
9292
if SIMD is not enabled). Without multi-threading support, certain models might
9393
not achieve the best performance. See [here][cross origin setup steps] for the
9494
high-level steps to set up the cross-origin isolation.

0 commit comments

Comments
 (0)