Skip to content

Commit ee3a510

Browse files
authored
Fix failed-loading-swc link in Troubleshooting (#31314)
## Documentation / Examples #31265 - [x] Make sure the linting passes by running `yarn lint`
1 parent c4558c9 commit ee3a510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ There are two options to develop with your local version of the codebase:
169169
- If you see the below error while running `yarn dev` with next:
170170

171171
```
172-
Failed to load SWC binary, see more info here: https://nextjs.org/docs/messages/failed-loadin
172+
Failed to load SWC binary, see more info here: https://nextjs.org/docs/messages/failed-loading-swc
173173
```
174174

175175
Try to add the below section to your `package.json`, then run again

0 commit comments

Comments
 (0)