Merge pull request #4733 from franciskone/patch-1

Update configurations.md
This commit is contained in:
Alexandre BODIN 2019-12-16 14:33:30 +01:00 committed by GitHub
commit 358b8be5e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@ These configurations are accessible through `strapi.config.backendURL` and `stra
The `./config/functions/` folder contains a set of JavaScript files in order to add dynamic and logic based configurations.
All functions that are expose in this folder or in your `./config` folder are accessible via `strapi.config.functions['fileName']();`
All functions that are exposed in this folder or in your `./config` folder are accessible via `strapi.config.functions['fileName']();`
### Bootstrap