Skip to content

Commit

Permalink
Fix grammatical error in docs (#53197)
Browse files Browse the repository at this point in the history
Changed 'created' to 'create' for improved grammar and clarity in the documentation.

Find it under `Custom App`
[https://nextjs.org/docs/pages/building-your-application/routing/custom-app](url)
  • Loading branch information
0xScratch authored Jul 26, 2023
1 parent f389d81 commit 4cb14b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Control page initialization and add a layout that persists for all

Next.js uses the `App` component to initialize pages. You can override it and control the page initialization and:

- Created a shared layout between page changes
- Create a shared layout between page changes
- Inject additional data into pages
- [Add global CSS](/docs/pages/building-your-application/styling)

Expand Down

0 comments on commit 4cb14b5

Please sign in to comment.