Skip to content

Commit 4af8014

Browse files
authored
Update docs/api-reference/next/script.md
1 parent b29182c commit 4af8014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api-reference/next/script.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The loading strategy of the script.
4646

4747
A method that returns additional JavaScript that should be executed after the script has finished loading.
4848

49-
> **Note: onLoad will not fire if the `strategy` prop is set to `beforeInteractive`.**
49+
> **Note: `onLoad` can't be used with the `beforeInteractive` loading strategy.**
5050
5151
The following is an example of how to use the `onLoad` property:
5252

0 commit comments

Comments
 (0)