diff --git a/docs/docs/api/Strapi.mdx b/docs/docs/api/Strapi.mdx index 9b8c787887..a553a418b9 100644 --- a/docs/docs/api/Strapi.mdx +++ b/docs/docs/api/Strapi.mdx @@ -83,7 +83,7 @@ A set of path to specific Strapi project parts. ### `strapi.isLoaded` - Boolean - - `true`: Everything (all `register` and `bootstrap` functions available in your strapi project) have been loaded + - `true`: Everything (all `register` and `bootstrap` functions available in your strapi project) has been loaded - `false`: There is something loading Note: `register` functions are called before the `bootstrap` functions.