This is an automated email from the ASF dual-hosted git repository.
gallardot pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/master by this push:
new dfa489cf5 docs: fix typo in serverless (#9589)
dfa489cf5 is described below
commit dfa489cf58861f205f28e9fb2e1bf73f36db8faa
Author: maclong1989 <[email protected]>
AuthorDate: Sat Jun 3 16:46:21 2023 +0800
docs: fix typo in serverless (#9589)
Signed-off-by: jiangyl3 <[email protected]>
Co-authored-by: jiangyl3 <[email protected]>
---
docs/zh/latest/plugins/serverless.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/zh/latest/plugins/serverless.md
b/docs/zh/latest/plugins/serverless.md
index cc389c017..058e03758 100644
--- a/docs/zh/latest/plugins/serverless.md
+++ b/docs/zh/latest/plugins/serverless.md
@@ -37,7 +37,7 @@ APISIX 有两个 `serverless` 插件:`serverless-pre-function` 和
`serverless
| 名称 | 类型 | 必选项 | 默认值 | 有效值
| 描述
|
| --------- | ------------- | ------- | ---------- |
---------------------------------------------------------------------------- |
------------------------------------------------------------------------------ |
-| phase | string | 否 | ["access"] | ["rewrite", "access",
"header_filter", "body_filter", "log", "before_proxy"] | 执行 severless 函数的阶段。
|
+| phase | string | 否 | ["access"] | ["rewrite", "access",
"header_filter", "body_filter", "log", "before_proxy"] | 执行 serverless 函数的阶段。
|
| functions | array[string] | 是 | |
|
指定运行的函数列表。该属性可以包含一个函数,也可以是多个函数,按照先后顺序执行。 |
:::info 重要