From 51e7e8bec75f38da18b3b420dc192ce23b84559c Mon Sep 17 00:00:00 2001 From: matamatanot Date: Fri, 12 Nov 2021 02:07:43 +0900 Subject: [PATCH] fix link --- contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing.md b/contributing.md index 986ce198f6366..1535ae5d4617a 100644 --- a/contributing.md +++ b/contributing.md @@ -169,7 +169,7 @@ There are two options to develop with your local version of the codebase: - If you see the below error while running `yarn dev` with next: ``` -Failed to load SWC binary, see more info here: https://nextjs.org/docs/messages/failed-loadin +Failed to load SWC binary, see more info here: https://nextjs.org/docs/messages/failed-loading-swc ``` Try to add the below section to your `package.json`, then run again