From a0010cfcce03f4c73d7c68a7043b66d2371e8e20 Mon Sep 17 00:00:00 2001 From: Leandro Ostera Date: Fri, 15 Jun 2018 09:10:45 +0200 Subject: [PATCH] Fix small typos --- website/contents/getting-started/standalone.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/contents/getting-started/standalone.md b/website/contents/getting-started/standalone.md index 1b28654b..fdb6a5ad 100644 --- a/website/contents/getting-started/standalone.md +++ b/website/contents/getting-started/standalone.md @@ -19,8 +19,8 @@ dependencies { ### Javascript 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/)). +When using Yoga from node.js the native library is used, in browsers a pure JS +version is used (cross-compiled using [emscripten](http://kripken.github.io/emscripten-site/)). ``` $> yarn add yoga-layout