diff --git a/docs/basic-features/script.md b/docs/basic-features/script.md index 2426ea88fd9d6..1a33a2489a714 100644 --- a/docs/basic-features/script.md +++ b/docs/basic-features/script.md @@ -22,7 +22,7 @@ description: Next.js helps you optimize loading third-party scripts with the bui | Version | Changes | | --------- | ----------------------------------------------------- | | `v12.2.4` | `onReady` prop added. | -| `v12.2.2` | Allow `next/script` to be placed in `_document` body. | +| `v12.2.2` | Allow `next/script` with `beforeInteractive` to be placed in `_document`. | | `v11.0.0` | `next/script` introduced. |