Merge pull request #3575 from strapi/improvement/hooks-doc

Fix hook.json file name in documentation
This commit is contained in:
Alexandre BODIN 2019-07-06 13:30:51 +02:00 committed by GitHub
commit 13592c38e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -82,7 +82,7 @@ The framework allows to load hooks from the project directly without having to i
## Configuration and activation ## Configuration and activation
To activate and configure your hook with custom options, you need to edit your `./config/hooks.json` file in your Strapi app. To activate and configure your hook with custom options, you need to edit your `./config/hook.json` file in your Strapi app.
```javascript ```javascript
{ {
... ...

View File

@ -81,7 +81,7 @@ The framework allows to load hooks from the project directly without having to i
## Configuration and activation ## Configuration and activation
To activate and configure your hook with custom options, you need to edit your `./config/hooks.json` file in your Strapi app. To activate and configure your hook with custom options, you need to edit your `./config/hook.json` file in your Strapi app.
```javascript ```javascript
{ {
... ...

View File

@ -10,7 +10,7 @@ This built-in hook allows you to use the EJS template engine with custom options
## Configuration ## Configuration
To configure your hook with custom options, you need to edit your `./config/hooks.json` file in your Strapi app. To configure your hook with custom options, you need to edit your `./config/hook.json` file in your Strapi app.
```javascript ```javascript
{ {
... ...