Skip to content

Commit 9881233

Browse files
Update content/migration.md
Co-authored-by: Micael Levi L. Cavalcante <[email protected]>
1 parent 4fc9307 commit 9881233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Make sure to upgrade to the latest version of the `rxjs` package (v7).
9494

9595
#### TestingModule / NestFactory
9696

97-
If you are currently getting an element (in this case `ConfigService`) from the module using a string you'll receive following error:
97+
If you are currently supplying a string to `NestApplication#get` to retrieve an instance of some provider that was not injected using a string as a token (for instance, the `ConfigService` from `@nestjs/config`), you'll receive an error message like the following:
9898
```text
9999
Nest could not find ConfigService element (this provider does not exist in the current context)
100100
```

0 commit comments

Comments
 (0)