Fix small typos #784

Closed
leostera wants to merge 2 commits from patch-1 into master

View File

@@ -19,7 +19,7 @@ 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 (cross-compiled using [emscripten](http://kripken.github.io/emscripten-site/)). version is used (cross-compiled using [emscripten](http://kripken.github.io/emscripten-site/)).
``` ```