Fix small typos

This commit is contained in:
Leandro Ostera
2018-06-15 09:10:45 +02:00
committed by GitHub
parent c5f826de83
commit a0010cfcce

View File

@@ -19,8 +19,8 @@ dependencies {
### Javascript ### Javascript
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 browsers 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