This is an automated email from the ASF dual-hosted git repository.
tokers pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-control-plane.git
The following commit(s) were added to refs/heads/master by this push:
new 1786071 docs: fix spelling (#39)
1786071 is described below
commit 1786071d2fd74925a46af8e95ed40fd9128d610b
Author: John Bampton <[email protected]>
AuthorDate: Tue Jan 19 11:49:14 2021 +1000
docs: fix spelling (#39)
---
README.md | 2 +-
doc/yaml_struct.md | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 9dde855..96aeb35 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ apisix-control-plane is an implementation of providing a
control plane for DPs (
For now, we have a default implementation for Apache APISIX.
-As we knows, Apache APISIX is a high-performance gateway. When using APISIX we
need to inform APISIX of some proxy rules, and distribute these rules to APISIX
modules. We can call it contol-plane, similar to pilot in istio. Of course, the
distribution configuration is only the most basic function of the control plane.
+As we know, Apache APISIX is a high-performance gateway. When using APISIX we
need to inform APISIX of some proxy rules, and distribute these rules to APISIX
modules. We can call it control-plane, similar to pilot in istio. Of course,
the distribution configuration is only the most basic function of the control
plane.
We know that APISIX already has Admin API, so why do we need to implement a
control-plane?
diff --git a/doc/yaml_struct.md b/doc/yaml_struct.md
index c8ce2fd..7f5b613 100644
--- a/doc/yaml_struct.md
+++ b/doc/yaml_struct.md
@@ -41,7 +41,7 @@ servers:
- "b.foo.com"
```
-| object/field | describition |
+| object/field | description |
| ---- | ---- |
| Gateway | the type for Edge traffic |
| Gateway.servers | Define edge traffic service list |
@@ -83,7 +83,7 @@ http:
```
-| object/field | describition |
+| object/field | description |
| ---- | ---- |
| Rule | the rule type for traffic |
| Rule.hosts | Specify the list of accepted hosts |
@@ -110,7 +110,7 @@ subsets:
```
-| object/field | describition |
+| object/field | description |
| ---- | ---- |
| destinations | Target service |
| destinations.host | Target service internal host |