Skip to content

Commit c04affc

Browse files
authored
Update errors.md
1 parent d69af3b commit c04affc

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
@@ -11,7 +11,7 @@ Nest can't resolve dependencies of the <provider> (?). Please make sure that the
1111
1212
Potential solutions:
1313
- Is <module> a valid NestJS module?
14-
- If <unknown_token> is a provider, is it part of the current <module>?
14+
- If <unknown_token> is a provider, is it part of the current <module>?
1515
- If <unknown_token> is exported from a separate @Module, is that module imported within <module>?
1616
@Module({
1717
imports: [ /* the Module containing <unknown_token> */ ]

0 commit comments

Comments
 (0)