chore(docs): typo

This commit is contained in:
nathan-pichon 2023-04-20 17:01:16 +02:00
parent a6f440d8e8
commit adac6e5e76
No known key found for this signature in database

View File

@ -83,7 +83,7 @@ A set of path to specific Strapi project parts.
### `strapi.isLoaded`
- <Type>Boolean</Type>
- `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.