docs: fix some poor spelling & phrasing in docs
[contrib/mraa.git] / docs / npm.md
index bdced1d..9ba4897 100644 (file)
@@ -15,11 +15,11 @@ we have generated for you.
 Recreating tarball
 ------------------
 
-From a checkout of mraa you can do the following to 'generate' this tarball.
-It's important to not leave a .git directory as npm will then consider the
-tarball contains a full git tree. Also you need a top level dir which matches
-the npm pkg name so we create one with a symlink and add the 'h' flag to tar to
-follow simlinks.
+You can run the following commands to 'generate' this tarball from a checkout
+of mraa.  It's important to not leave a .git directory as npm will then
+consider the tarball contains a full git tree. You also you need a top level
+dir which matches the npm pkg name so we create one with a symlink and add the
+'h' flag to tar to follow symlinks.
 
 ~~~~~~~~~~~~~{.sh}
 mkdir build