Skip to content

Commit d02748f

Browse files
committed
fix: correct typo in prerendering error handling comment
1 parent a9f6947 commit d02748f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/start/framework/react/guide/static-prerendering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export default defineConfig({
4646
// Maximum number of redirects to follow during prerendering
4747
maxRedirect: 5,
4848

49-
// Fail if an error occurred during prerending
49+
// Fail if an error occurs during prerendering
5050
failOnError: true
5151

5252
// Callback when page is successfully rendered

0 commit comments

Comments
 (0)