From 79355ab72d351e6cbcd0799b2d164fae4bb51262 Mon Sep 17 00:00:00 2001 From: Cameron Rollheiser Date: Tue, 29 Jan 2019 03:10:56 -0800 Subject: [PATCH] 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 --- website/contents/getting-started/standalone.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/contents/getting-started/standalone.md b/website/contents/getting-started/standalone.md index 1b28654b..b94b3602 100644 --- a/website/contents/getting-started/standalone.md +++ b/website/contents/getting-started/standalone.md @@ -20,7 +20,7 @@ dependencies { 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 -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