diff --git a/docs/en-US/api/resourcer/action.md b/docs/en-US/api/resourcer/action.md index 9cd181301..9afed49b8 100644 --- a/docs/en-US/api/resourcer/action.md +++ b/docs/en-US/api/resourcer/action.md @@ -12,7 +12,7 @@ Instead of being instantiated directly, the Action is usually instantiated autom | Name | Type | Default | Description | | --- | --- | --- | --- | -| `handler` | `Function` | - | Handler | +| `handler` | `Function` | - | Handler function | | `middlewares?` | `Middleware \| Middleware[]` | - | Middlewares for the action | | `values?` | `Object` | - | Default action data | | `fields?` | `string[]` | - | Default list of targeted fields |