Skip to content
This repository was archived by the owner on May 10, 2021. It is now read-only.

Commit 7d1fd5e

Browse files
authored
Fix stray spelling error
1 parent e347ae1 commit 7d1fd5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ module.exports = {
7979

8080
The next-on-netlify package adds the `next-on-netlify` command. When we run this command, some magic happens to prepare our Next.js app for hosting on Netlify\*.
8181

82-
We want the next-on-netlify command to run after we build our NextJS application. So let's add a postbuild hook to our package.json file:
82+
We want the next-on-netlify command to run after we build our Next.js application. So let's add a postbuild hook to our package.json file:
8383

8484
```
8585
{

0 commit comments

Comments
 (0)