From 57d0e77f78d229929828b167691eb861e5292f14 Mon Sep 17 00:00:00 2001 From: ilyasmez Date: Tue, 24 Jan 2023 02:06:50 +0100 Subject: [PATCH] chore: fix invalid-new-link error typo (#45157) --- errors/invalid-new-link-with-extra-anchor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/errors/invalid-new-link-with-extra-anchor.md b/errors/invalid-new-link-with-extra-anchor.md index c91b53f7acf66..58122c6097f30 100644 --- a/errors/invalid-new-link-with-extra-anchor.md +++ b/errors/invalid-new-link-with-extra-anchor.md @@ -14,7 +14,7 @@ npx @next/codemod new-link . This will change `Home` to `Home`. -Alternatively, you can add the `legacyBehavior` prop `Home`. +Alternatively, you can add the `legacyBehavior` prop `Home`. ### Useful Links