Skip to content

Commit

Permalink
docs: fix formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Janeček <[email protected]>
  • Loading branch information
wodCZ authored Jul 17, 2024
1 parent b169699 commit 5063ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/src/pages/en/nestjs/module.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ With that out of the way, the package comes with a [Dynamic Nest Module](https:/

## Root Configuration

First, we have the root configuration for the package, which should be called once, usually in your `AppModule` or whatever else you end up calling the RootModule`, which will be imported and used with `NestFactory.create`. Like most Nest packages nowadays, there's both synchronous and async configurations that can be made use of.x
First, we have the root configuration for the package, which should be called once, usually in your `AppModule` or whatever else you end up calling the `RootModule`, which will be imported and used with `NestFactory.create`. Like most Nest packages nowadays, there's both synchronous and async configurations that can be made use of.

### Synchronous Configuration

Expand Down

0 comments on commit 5063ffc

Please sign in to comment.