Skip to content

Commit

Permalink
Merge pull request #9093 from Ashish2097/patch-1
Browse files Browse the repository at this point in the history
Removed extra space
  • Loading branch information
kamilmysliwiec authored Feb 3, 2022
2 parents 25689a1 + a0651dc commit 9b6287b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common/decorators/modules/module.decorator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { validateModuleKeys } from '../../utils/validate-module-keys.util';
* Decorator that marks a class as a [module](https://docs.nestjs.com/modules).
*
* Modules are used by Nest to organize the application structure into scopes. Controllers
* and Providers are scoped by the module they are declared in. Modules and their
* and Providers are scoped by the module they are declared in. Modules and their
* classes (Controllers and Providers) form a graph that determines how Nest
* performs [Dependency Injection (DI)](https://docs.nestjs.com/providers#dependency-injection).
*
Expand Down

0 comments on commit 9b6287b

Please sign in to comment.