Skip to content

Commit 909b3c9

Browse files
Merge pull request #2416 from Celleb/patch-2
Fixed omission in provider-scopes.md
2 parents 77d903d + d8dda5a commit 909b3c9

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)