Skip to content

Commit b33ba73

Browse files
Update content/application-context.md
1 parent c7f9f64 commit b33ba73

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

content/application-context.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ bootstrap();
1717

1818
#### Retrieving providers from static modules
1919

20-
The standalone application object allows you to obtain a reference to any instance registered within the Nest application.
21-
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.
20+
The standalone application object allows you to obtain a reference to any instance registered within the Nest application. 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.
2221

2322
```typescript
2423
@@filename()

0 commit comments

Comments
 (0)