From 0cc007250bcf6ec5e0319614f31a737b01445ce3 Mon Sep 17 00:00:00 2001 From: Pearl C <63629092+pearl-cao@users.noreply.github.com> Date: Fri, 10 Feb 2023 16:58:42 +0800 Subject: [PATCH] Update action.md --- docs/en-US/api/resourcer/action.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 |