Skip to content

Commit 27e7b7d

Browse files
Update content/faq/errors.md
1 parent 5e3b9be commit 27e7b7d

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
@@ -42,7 +42,7 @@ Scope [<module_import_chain>]
4242

4343
Circular dependencies can arise from both providers depending on each other, or typescript files depending on each other for constants, such as exporting constants from a module file and importing them in a service file. In the latter case, it is advised to create a separate file for your constants. In the former case, please follow the guide on circular dependencies and make sure that both the modules **and** the providers are marked with `forwardRef`.
4444

45-
#### Debugging Dependency Errors
45+
#### Debugging dependency errors
4646

4747
Along with just manually verifying your dependencies are correct, as of Nest 8.1.0 you can set the `NEST_DEBUG` environment variable to a string that resolves as truthy, and get extra logging information while Nest is resolving all of the dependencies for the application.
4848

0 commit comments

Comments
 (0)