From f0324035bfd8dfa6fb0657b1bd01fdf48702a742 Mon Sep 17 00:00:00 2001 From: Leandro Ostera Date: Tue, 19 Feb 2019 04:45:45 -0800 Subject: [PATCH] Fix small typos (#784) Summary: Hello! Just found some typos on the docs. Fixing them here :) Pull Request resolved: https://github.com/facebook/yoga/pull/784 Reviewed By: davidaurelio Differential Revision: D14100968 Pulled By: SidharthGuglani fbshipit-source-id: 1462216a0d5315075871f2fb11b6b1279ae0097a --- 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 b94b3602..fdb6a5ad 100644 --- a/website/contents/getting-started/standalone.md +++ b/website/contents/getting-started/standalone.md @@ -19,7 +19,7 @@ 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 +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/)). ```