Skip to content

Commit 2f2b3cd

Browse files
micaleviskbennyk9y
andauthored
docs(faq): fix typo on yarn resolutions
Co-authored-by: bennyk9y <[email protected]>
1 parent 5517996 commit 2f2b3cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/faq/errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ This likely happens when your project end up loading two Node modules of the pac
5555
5656
Solutions:
5757
58-
- For **Yarn** Workspaces, use the [nohoist feature](https://classic.yarnpkg.com/blog/2018/02/15/nohoist) to prevent hosting the package `@nestjs/core`.
58+
- For **Yarn** Workspaces, use the [nohoist feature](https://classic.yarnpkg.com/blog/2018/02/15/nohoist) to prevent hoisting the package `@nestjs/core`.
5959
6060
#### "Circular dependency" error
6161

0 commit comments

Comments
 (0)