mirror of
https://github.com/strapi/strapi.git
synced 2025-11-18 02:58:05 +00:00
chore(contrib-docs): typo
Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com>
This commit is contained in:
parent
0d32d3517c
commit
76017de6c5
@ -48,7 +48,7 @@ const strapiInstance = new Strapi();
|
|||||||
### `strapi.container`
|
### `strapi.container`
|
||||||
- [<Type>Container</Type>](./container)
|
- [<Type>Container</Type>](./container)
|
||||||
|
|
||||||
The container provides a simple and efficient way to register and manage these resources, making it easy to access and use them throughout the application.
|
The container provides a simple and efficient way to register and manage resources, making it easy to access and use them throughout the application.
|
||||||
By registering a registry with the container, it can be easily retrieved by other parts of the application, making it a powerful tool for organizing and reusing code across the entire codebase.
|
By registering a registry with the container, it can be easily retrieved by other parts of the application, making it a powerful tool for organizing and reusing code across the entire codebase.
|
||||||
|
|
||||||
See [Container](./container).
|
See [Container](./container).
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user