Skip to content

Commit

Permalink
Update components.md
Browse files Browse the repository at this point in the history
The phrase 'instance of objects' is not correct in terms of Object-oriented-programming.
  • Loading branch information
nileshkr9919 authored Sep 2, 2023
1 parent 4c648e3 commit 4b7650f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/components.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### Providers

Providers are a fundamental concept in Nest. Many of the basic Nest classes may be treated as a provider – services, repositories, factories, helpers, and so on. The main idea of a provider is that it can be **injected** as a dependency; this means objects can create various relationships with each other, and the function of "wiring up" instances of objects can largely be delegated to the Nest runtime system.
Providers are a fundamental concept in Nest. Many of the basic Nest classes may be treated as a provider – services, repositories, factories, helpers, and so on. The main idea of a provider is that it can be **injected** as a dependency; this means objects can create various relationships with each other, and the function of "wiring up" these objects can largely be delegated to the Nest runtime system.

<figure><img src="/assets/Components_1.png" /></figure>

Expand Down

0 comments on commit 4b7650f

Please sign in to comment.