Spelling Fix

Corrects the spelling of `corss-compiled` to `cross-compiled`.
This commit is contained in:
Cameron Rollheiser
2019-01-07 11:07:24 -05:00
parent b66642cb86
commit 8ba6602526

View File

@@ -20,7 +20,7 @@ dependencies {
The JavaScript bindings for Yoga can be used from node.js and within the browser. The JavaScript bindings for Yoga can be used from node.js and within the browser.
When using Yoga from node.js the native library is used, in browesers a pure JS When using Yoga from node.js the native library is used, in browesers a pure JS
version is used (corss-compiled using [emscripten](http://kripken.github.io/emscripten-site/)). version is used (cross-compiled using [emscripten](http://kripken.github.io/emscripten-site/)).
``` ```
$> yarn add yoga-layout $> yarn add yoga-layout