Skip to content

Commit 341f2ba

Browse files
committed
fix: Fix a typo in the README files of ai-statistics plugin
1 parent 817061c commit 341f2ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugins/wasm-go/extensions/ai-statistics/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Attribute 配置说明:
3838
`value_source` 的各种取值含义如下:
3939

4040
- `fixed_value`:固定值
41-
- `requeset_header` : attrribute 值通过 http 请求头获取,value 配置为 header key
41+
- `request_header` : attrribute 值通过 http 请求头获取,value 配置为 header key
4242
- `request_body` :attrribute 值通过请求 body 获取,value 配置格式为 gjson 的 jsonpath
4343
- `response_header` :attrribute 值通过 http 响应头获取,value 配置为header key
4444
- `response_body` :attrribute 值通过响应 body 获取,value 配置格式为 gjson 的 jsonpath

plugins/wasm-go/extensions/ai-statistics/README_EN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Attribute Configuration instructions:
3838
The meanings of various values for `value_source` ​​are as follows:
3939

4040
- `fixed_value`: fixed value
41-
- `requeset_header`: The attrribute is obtained through the http request header
41+
- `request_header`: The attrribute is obtained through the http request header
4242
- `request_body`: The attrribute is obtained through the http request body
4343
- `response_header`: The attrribute is obtained through the http response header
4444
- `response_body`: The attrribute is obtained through the http response body

0 commit comments

Comments
 (0)