diff --git a/docs/api-reference/next/head.md b/docs/api-reference/next/head.md index 63010ff4e0643c..96a6d14a5ea316 100644 --- a/docs/api-reference/next/head.md +++ b/docs/api-reference/next/head.md @@ -55,7 +55,7 @@ function IndexPage() { export default IndexPage ``` -In this case only the second `` is rendered. `meta` tags with duplicate `name` attributes are automatically handled. +In this case only the second `` is rendered. `meta` tags with duplicate `key` attributes are automatically handled. > The contents of `head` get cleared upon unmounting the component, so make sure each page completely defines what it needs in `head`, without making assumptions about what other pages added. diff --git a/errors/next-script-for-ga.md b/errors/next-script-for-ga.md index 2f367dff127c31..1d968090e1f150 100644 --- a/errors/next-script-for-ga.md +++ b/errors/next-script-for-ga.md @@ -19,9 +19,9 @@ const Home = () => {