Skip to content

Commit 21fadd3

Browse files
authoredOct 15, 2023
Fix typo (#56863)
1 parent b660eef commit 21fadd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/02-app/01-building-your-application/06-optimizing/03-scripts.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ This script will load and execute when _any_ route in your application is access
114114
115115
### Strategy
116116

117-
Although the default behavior of `next/script` allows you load third-party scripts in any page or layout, you can fine-tune its loading behavior by using the `strategy` property:
117+
Although the default behavior of `next/script` allows you to load third-party scripts in any page or layout, you can fine-tune its loading behavior by using the `strategy` property:
118118

119119
- `beforeInteractive`: Load the script before any Next.js code and before any page hydration occurs.
120120
- `afterInteractive`: (**default**) Load the script early but after some hydration on the page occurs.

0 commit comments

Comments
 (0)
Please sign in to comment.