8000 Fix typo · JavaScriptExpert/next.js@2d917ec · GitHub
[go: up one dir, main page]

Skip to content

Commit 2d917ec

Browse files
authored
Fix typo
1 parent 6afacbb commit 2d917ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
< 4480 td data-grid-cell-id="diff-1550ec65ac92f65817fc28928dfef526912b5f52356ff43651369bae92f56031-199-199-2" data-line-anchor="diff-1550ec65ac92f65817fc28928dfef526912b5f52356ff43651369bae92f56031R199" data-selected="false" role="gridcell" style="background-color:var(--bgColor-default);padding-right:24px" tabindex="-1" valign="top" class="focusable-grid-cell diff-text-cell right-side-diff-cell left-side">

Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ For example, to deploy with [`now`](https://zeit.co/now) a `package.json` like f
195195

196196
Then run `now` and enjoy!
197197

198-
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`)
198+
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`)
199199
200200
## FAQ
201201

0 commit comments

Comments
 (0)
0