Spelling Fix (#851)

Summary:
Corrects the spelling of `corss-compiled` to `cross-compiled`.
Pull Request resolved: https://github.com/facebook/yoga/pull/851

Reviewed By: SidharthGuglani

Differential Revision: D13848545

Pulled By: davidaurelio

fbshipit-source-id: 84b7d2a738f0faf863717818e8784acd5b5c8156
This commit is contained in:
Cameron Rollheiser
2019-01-29 03:10:56 -08:00
committed by Facebook Github Bot
parent 5a9f29debb
commit 79355ab72d

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