Skip to content

Commit da65f5e

Browse files
authored
Update preview-mode.md (#14210)
It is an English grammar fix for the sentence, so that the user can better understand the documentation.
1 parent a9a7319 commit da65f5e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/advanced-features/preview-mode.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,8 @@ The preview mode works on `getServerSideProps` as well. It will also be availabl
206206

207207
### Unique per `next build`
208208

209-
The bypass cookie value and private key for encrypting the `previewData` changes when a `next build` is ran, this ensures that the bypass cookie can’t be guessed.
209+
Both the bypass cookie value and the private key for encrypting the `previewData` change when `next build` is completed.
210+
This ensures that the bypass cookie can’t be guessed.
210211

211212
## Learn more
212213

0 commit comments

Comments
 (0)