Skip to content

Commit 96c24a2

Browse files
docs(templates): fix grammar in README (#13027)
## Summary Fixed a grammatical error in the README files for the website templates. ## Changes - Fixed grammar in the on-demand revalidation section: changed "or footer or header, change they will" to "footer, or header changes will" ## Files Changed - `templates/website/README.md` - `templates/with-vercel-website/README.md` ## Type of Change - [x] Documentation fix/improvement - [ ] Bug fix - [ ] New feature - [ ] Breaking change This fixes a typo that was making the sentence grammatically incorrect and hard to read.
1 parent 14612b4 commit 96c24a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/website/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ In addition to draft previews you can also enable live preview to view your end
142142

143143
## On-demand Revalidation
144144

145-
We've added hooks to collections and globals so that all of your pages, posts, or footer or header, change they will automatically be updated in the frontend via on-demand revalidation supported by Nextjs.
145+
We've added hooks to collections and globals so that all of your pages, posts, footer, or header changes will automatically be updated in the frontend via on-demand revalidation supported by Nextjs.
146146

147147
> Note: if an image has been changed, for example it's been cropped, you will need to republish the page it's used on in order to be able to revalidate the Nextjs image cache.
148148

templates/with-vercel-website/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ In addition to draft previews you can also enable live preview to view your end
166166

167167
## On-demand Revalidation
168168

169-
We've added hooks to collections and globals so that all of your pages, posts, or footer or header, change they will automatically be updated in the frontend via on-demand revalidation supported by Nextjs.
169+
We've added hooks to collections and globals so that all of your pages, posts, footer, or header changes will automatically be updated in the frontend via on-demand revalidation supported by Nextjs.
170170

171171
> Note: if an image has been changed, for example it's been cropped, you will need to republish the page it's used on in order to be able to revalidate the Nextjs image cache.
172172

0 commit comments

Comments
 (0)