From 7d186b11ca5096da3fec859546182986e64b6d6b Mon Sep 17 00:00:00 2001 From: Dimitri POSTOLOV Date: Thu, 11 Jul 2024 15:45:29 +0200 Subject: [PATCH 1/2] Update head.mdx --- docs/03-pages/02-api-reference/01-components/head.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/03-pages/02-api-reference/01-components/head.mdx b/docs/03-pages/02-api-reference/01-components/head.mdx index 8328603b80abf..1e7bebdef6ddf 100644 --- a/docs/03-pages/02-api-reference/01-components/head.mdx +++ b/docs/03-pages/02-api-reference/01-components/head.mdx @@ -62,7 +62,7 @@ In this case only the second `` is rendered. `meta` ## Use minimal nesting `title`, `meta` or any other elements (e.g. `script`) need to be contained as **direct** children of the `Head` element, -or wrapped into maximum one level of `` or arrays—otherwise the tags won't be correctly picked up on client-side navigations. +or arrays—otherwise the tags won't be correctly picked up on client-side navigations. ## Use `next/script` for scripts From c8c280e8e906d138017db472d8326ab766b8a07d Mon Sep 17 00:00:00 2001 From: Dimitri POSTOLOV Date: Thu, 11 Jul 2024 15:48:44 +0200 Subject: [PATCH 2/2] Update docs/03-pages/02-api-reference/01-components/head.mdx --- docs/03-pages/02-api-reference/01-components/head.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/03-pages/02-api-reference/01-components/head.mdx b/docs/03-pages/02-api-reference/01-components/head.mdx index 1e7bebdef6ddf..88a4dc4b2a719 100644 --- a/docs/03-pages/02-api-reference/01-components/head.mdx +++ b/docs/03-pages/02-api-reference/01-components/head.mdx @@ -62,7 +62,7 @@ In this case only the second `` is rendered. `meta` ## Use minimal nesting `title`, `meta` or any other elements (e.g. `script`) need to be contained as **direct** children of the `Head` element, -or arrays—otherwise the tags won't be correctly picked up on client-side navigations. +or arrays — otherwise the tags won't be correctly picked up on client-side navigations. ## Use `next/script` for scripts