Skip to content

Commit 112e318

Browse files
authored
Update modules.md
1 parent c835f2e commit 112e318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/overview/modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export class CoreModule {}
116116

117117
#### 依赖注入
118118

119-
模块类本身也可以被 **注入** 提供者(例如用于配置目的):
119+
模块类本身也可以 **注入** 提供者(例如用于配置目的):
120120

121121
```typescript title="cats.module"
122122
import { Module } from '@nestjs/common';

0 commit comments

Comments
 (0)