Merge pull request #52 from jisaacks/patch-1

Fix typo
This commit is contained in:
Naoyuki Kanezawa 2016-10-26 02:11:18 +09:00 committed by GitHub
commit 8e633d1af3

View file

@ -195,7 +195,7 @@ For example, to deploy with [`now`](https://zeit.co/now) a `package.json` like f
Then run `now` and enjoy!
Note: we recommend putting `.next` in `.npmignore` or `.gitigore`. Otherwise, use `files` or `now.files` to opt-into a whitelist of files you want to deploy (and obviously exclude `.next`)
Note: we recommend putting `.next` in `.npmignore` or `.gitignore`. Otherwise, use `files` or `now.files` to opt-into a whitelist of files you want to deploy (and obviously exclude `.next`)
## FAQ