Skip to content

Commit

Permalink
Fix typo (#56863)
Browse files Browse the repository at this point in the history
  • Loading branch information
joristirado committed Oct 15, 2023
1 parent b660eef commit 21fadd3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ This script will load and execute when _any_ route in your application is access
### Strategy

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:
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:

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

0 comments on commit 21fadd3

Please sign in to comment.