From d950a260248063f94c6dd0e05390f7678719124f Mon Sep 17 00:00:00 2001 From: JJ Kasper Date: Mon, 12 Sep 2022 17:59:24 -0700 Subject: [PATCH] lint-fix --- docs/basic-features/script.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/basic-features/script.md b/docs/basic-features/script.md index 1a33a2489a71..0f92fad1c3d2 100644 --- a/docs/basic-features/script.md +++ b/docs/basic-features/script.md @@ -19,11 +19,11 @@ description: Next.js helps you optimize loading third-party scripts with the bui
Version History -| Version | Changes | -| --------- | ----------------------------------------------------- | -| `v12.2.4` | `onReady` prop added. | +| Version | Changes | +| --------- | ------------------------------------------------------------------------- | +| `v12.2.4` | `onReady` prop added. | | `v12.2.2` | Allow `next/script` with `beforeInteractive` to be placed in `_document`. | -| `v11.0.0` | `next/script` introduced. | +| `v11.0.0` | `next/script` introduced. |