From 76017de6c5b54ec5e62d5214db2c51e19a5b7d3d Mon Sep 17 00:00:00 2001 From: Nathan Pichon Date: Tue, 2 May 2023 09:55:47 +0200 Subject: [PATCH] chore(contrib-docs): typo Co-authored-by: Alexandre BODIN --- docs/docs/api/Strapi.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/api/Strapi.mdx b/docs/docs/api/Strapi.mdx index a553a418b9..539b51c1cf 100644 --- a/docs/docs/api/Strapi.mdx +++ b/docs/docs/api/Strapi.mdx @@ -48,7 +48,7 @@ const strapiInstance = new Strapi(); ### `strapi.container` - [Container](./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).