Fixed typos

This commit is contained in:
Pascal Borreli 2014-05-07 07:34:53 +01:00
parent c12ba5d221
commit 831c7f5924
9 changed files with 21 additions and 21 deletions

View file

@ -15,7 +15,7 @@ $ apm install .
But you should notice that `apm install module` won't work because it will
install a user package for [Atom Editor](https://github.com/atom/atom) instead.
## Native Node module compability
## Native Node module compatibility
Since Node v0.11.x there were vital changes in the V8 API. So generally all native
modules written for Node v0.10.x wouldn't work for Node v0.11.x. Additionally