Skip to content

Commit 6eae740

Browse files
Update content/application-context.md
1 parent 471501f commit 6eae740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/application-context.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ async function bootstrap() {
1515
bootstrap();
1616
```
1717

18-
#### Retrieving providers for static modules
18+
#### Retrieving providers from static modules
1919

2020
The standalone application object allows you to obtain a reference to any instance registered within the Nest application.
2121
Let's imagine that we have a `TasksService` provider in the `TasksModule` module that was imported by our `AppModule` module. This class provides a set of methods that we want to call from within a CRON job.

0 commit comments

Comments
 (0)