This is an automated email from the ASF dual-hosted git repository.

sunyi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git


The following commit(s) were added to refs/heads/master by this push:
     new 0010423  fix: spelling (#1004)
0010423 is described below

commit 0010423bc420418b2e91df6882ade83c688e38be
Author: John Bampton <[email protected]>
AuthorDate: Thu Dec 10 19:32:17 2020 +1000

    fix: spelling (#1004)
---
 CHANGELOG.md                         | 2 +-
 CHANGELOG.zh-CN.md                   | 2 +-
 api/conf/schema.json                 | 2 +-
 web/src/components/Plugin/service.ts | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0a3dc94..e03604e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -53,7 +53,7 @@ This release mainly refactors the dashboard, omitting MySQL, 
improve test cases.
 - Support log save to local file.
 - Optimize the deployment process.
 - Add E2E test examples to the frontend. 
[#619](https://github.com/apache/apisix-dashboard/pull/619)
-- Fix the Promethues plugin updating incorrect values when updating routes. 
[#666](https://github.com/apache/apisix-dashboard/pull/666)
+- Fix the Prometheus plugin updating incorrect values when updating routes. 
[#666](https://github.com/apache/apisix-dashboard/pull/666)
 - Fix page display exceptions when the Redirect option is selected as Enable 
HTTPS in the Route page. 
[#692](https://github.com/apache/apisix-dashboard/pull/692)
 
 For more changes, please refer to 
[Milestone](https://github.com/apache/apisix-dashboard/milestone/4)
diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md
index 5cdfc6c..21bb8f5 100644
--- a/CHANGELOG.zh-CN.md
+++ b/CHANGELOG.zh-CN.md
@@ -52,7 +52,7 @@
 - 支持日志保存到本地文件。
 - 优化部署流程。
 - 前端增加 E2E 测试例子。[#619](https://github.com/apache/apisix-dashboard/pull/619)
-- 修复 Promethues 
插件在更新路由时更新错误值的问题。[#666](https://github.com/apache/apisix-dashboard/pull/666)
+- 修复 Prometheus 
插件在更新路由时更新错误值的问题。[#666](https://github.com/apache/apisix-dashboard/pull/666)
 - 修复在路由页面中重定向选项选择为 启用HTTPS 
时页面显示异常的问题。[#692](https://github.com/apache/apisix-dashboard/pull/692)
 
 
diff --git a/api/conf/schema.json b/api/conf/schema.json
index 46743b7..855d620 100644
--- a/api/conf/schema.json
+++ b/api/conf/schema.json
@@ -2307,7 +2307,7 @@
                                "properties": {
                                        "allow_credential": {
                                                "default": false,
-                                               "description": "allow client 
append crendential. according to CORS specification,if you set this option to 
'true', you can not use '*' for other options.",
+                                               "description": "allow client 
append credential. according to CORS specification, if you set this option to 
'true', you can not use '*' for other options.",
                                                "type": "boolean"
                                        },
                                        "allow_headers": {
diff --git a/web/src/components/Plugin/service.ts 
b/web/src/components/Plugin/service.ts
index 01f171b..8bbcc2c 100644
--- a/web/src/components/Plugin/service.ts
+++ b/web/src/components/Plugin/service.ts
@@ -69,7 +69,7 @@ export const getList = async () => {
 };
 
 /**
- * cache pulgin schema by schemaType
+ * cache plugin schema by schemaType
  * default schema is route for plugins in route
  * support schema: consumer for plugins in consumer
  */

Reply via email to