chore(contrib-docs): typo

Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com>
This commit is contained in:
Nathan Pichon 2023-05-02 09:55:47 +02:00 committed by GitHub
parent 0d32d3517c
commit 76017de6c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ const strapiInstance = new Strapi();
### `strapi.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.
See [Container](./container).