Skip to content

Commit 50c30bd

Browse files
authored
Update module-reference.md
Typo ("retrieve" becomes "retrieves")
1 parent a85bf04 commit 50c30bd

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)