Fix hook.json file name

This commit is contained in:
Jim LAURIE 2019-07-05 18:48:02 +02:00
parent 110370442d
commit 70ff2cbd40
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
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
{
...

View File

@ -81,7 +81,7 @@ The framework allows to load hooks from the project directly without having to i
## 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
{
...

View File

@ -10,7 +10,7 @@ This built-in hook allows you to use the EJS template engine with custom options
## 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
{
...