Skip to content

Commit c2baf1f

Browse files
Merge pull request #1425 from dmarvasti/patch-1
Update module-reference.md
2 parents a85bf04 + 50c30bd commit c2baf1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/fundamentals/module-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export class CatsService {
2222
2323
#### Retrieving instances
2424

25-
The `ModuleRef` instance (hereafter we'll refer to it as the **module reference**) has a `get()` method. This method retrieve a provider, controller, or injectable (e.g., guard, interceptor, etc.) that exists (has been instantiated) in the **current** module using its injection token/class name.
25+
The `ModuleRef` instance (hereafter we'll refer to it as the **module reference**) has a `get()` method. This method retrieves a provider, controller, or injectable (e.g., guard, interceptor, etc.) that exists (has been instantiated) in the **current** module using its injection token/class name.
2626

2727
```typescript
2828
@@filename(cats.service)

0 commit comments

Comments
 (0)