docs: fix faq typo

Apparently, spelling supersede as supercede is [regarded as an error](http://www.merriam-webster.com/dictionary/supercede).
This commit is contained in:
Danny Guo
2015-10-10 19:10:46 -04:00
committed by Remy Sharp
parent 50de43b3bc
commit 4271be4ef0

2
faq.md
View File

@@ -172,7 +172,7 @@ For example, on `lib/app.js` being changed:
The new `nodemon.json` superceeds the `.nodemonignore` file, so if you have both, the `.nodemonignore` is not used at all.
Note that if you have a `nodemon.json` in your `$HOME` path, then this will also superceed the old ignore file.
Note that if you have a `nodemon.json` in your `$HOME` path, then this will also supersede the old ignore file.
## nodemon does nothing