docs: Fix Stack Overflow being repeatedly misspelt as a single word

(To see that it is two words, see e.g. the page title at https://stackoverflow.com/ or the
spelling at http://stackoverflow.com/tour)
This commit is contained in:
Mark Amery 2017-04-08 16:38:49 +01:00 committed by Matias Niemelä
parent 8c129d73b8
commit 68f939ea8c
2 changed files with 6 additions and 6 deletions

View File

@ -78,7 +78,7 @@ package scripts by invoking: e.g., `npm-run gulp build`
*Option 3*: defining a bash alias like `alias nbin='PATH=$(npm bin):$PATH'` as detailed in this
[Stackoverflow answer](http://stackoverflow.com/questions/9679932/how-to-use-package-installed-locally-in-node-modules/15157360#15157360) and used like this: e.g., `nbin gulp build`.
[Stack Overflow answer](http://stackoverflow.com/questions/9679932/how-to-use-package-installed-locally-in-node-modules/15157360#15157360) and used like this: e.g., `nbin gulp build`.
## Installing Bower Modules