From cd97dfacbbc18079381a67ab5d7fadfc91a63753 Mon Sep 17 00:00:00 2001 From: hiroyuki kikuchi Date: Thu, 24 Mar 2022 09:42:43 +0900 Subject: [PATCH 1/2] fix: `additonal` to `additional` --- docs/basic-features/script.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/basic-features/script.md b/docs/basic-features/script.md index b08be05800e0..1f9806415d43 100644 --- a/docs/basic-features/script.md +++ b/docs/basic-features/script.md @@ -166,7 +166,7 @@ There are a number of trade-offs that need to be considered when loading a third Although the `worker` strategy does not require any additional configuration to work, Partytown supports the use of a config object to modify some of its settings, including enabling `debug` mode and forwarding events and triggers. -If you would like to add additonal configuration options, you can include it within the `` component used in a [custom `_document.js`](/docs/advanced-features/custom-document.md): +If you would like to add additional configuration options, you can include it within the `` component used in a [custom `_document.js`](/docs/advanced-features/custom-document.md): ```jsx import { Html, Head, Main, NextScript } from 'next/document' From 9ee2046f4ffc939aba92c31e0c59d4713c21b893 Mon Sep 17 00:00:00 2001 From: hiroyuki kikuchi Date: Thu, 24 Mar 2022 09:43:11 +0900 Subject: [PATCH 2/2] fix: `paramater` to `parameter` --- docs/api-reference/next.config.js/rewrites.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api-reference/next.config.js/rewrites.md b/docs/api-reference/next.config.js/rewrites.md index 47571668dfb2..946dec86981c 100644 --- a/docs/api-reference/next.config.js/rewrites.md +++ b/docs/api-reference/next.config.js/rewrites.md @@ -323,7 +323,7 @@ module.exports = { } ``` -If you're using `trailingSlash: true`, you also need to insert a trailing slash in the `source` paramater. If the destination server is also expecting a trailing slash it should be included in the `destination` parameter as well. +If you're using `trailingSlash: true`, you also need to insert a trailing slash in the `source` parameter. If the destination server is also expecting a trailing slash it should be included in the `destination` parameter as well. ```js module.exports = {