Skip to content

Commit d8dda5a

Browse files
authored
Fixed omission in provider-scopes.md
Fixed omission of `to` on line 110
1 parent 818c543 commit d8dda5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/fundamentals/provider-scopes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ You then configure your `context` value (in the `GraphQLModule`) to contain `req
107107

108108
#### Inquirer provider
109109

110-
If you want get the class where a provider was constructed, for instance in logging or metrics providers, you can inject the `INQUIRER` token.
110+
If you want to get the class where a provider was constructed, for instance in logging or metrics providers, you can inject the `INQUIRER` token.
111111

112112
```typescript
113113
import { Inject, Injectable, Scope } from '@nestjs/common';

0 commit comments

Comments
 (0)