This is an automated email from the ASF dual-hosted git repository.
sylviasu 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 788705c59 docs: fix plugin config naming (#8701)
788705c59 is described below
commit 788705c591011d7c2b1b4e7508876bbe6989380d
Author: Abhishek Choudhary <[email protected]>
AuthorDate: Wed Jan 18 06:44:52 2023 +0530
docs: fix plugin config naming (#8701)
---
docs/en/latest/terminology/plugin-config.md | 2 +-
docs/en/latest/terminology/plugin.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/en/latest/terminology/plugin-config.md
b/docs/en/latest/terminology/plugin-config.md
index 81d5ba732..7cc0a344c 100644
--- a/docs/en/latest/terminology/plugin-config.md
+++ b/docs/en/latest/terminology/plugin-config.md
@@ -30,7 +30,7 @@ description: Plugin Config in Apache APISIX.
Plugin Configs are used to extract commonly used [Plugin](./plugin.md)
configurations and can be bound directly to a [Route](./route.md).
-While configuring the same plugin, only one copy of the configuration is
valid. The order of precedence is always `Consumer` > `Consumer Group` >
`Route` > `plugin_config` > `Service`.
+While configuring the same plugin, only one copy of the configuration is
valid. The order of precedence is always `Consumer` > `Consumer Group` >
`Route` > `Plugin Config` > `Service`.
## Example
diff --git a/docs/en/latest/terminology/plugin.md
b/docs/en/latest/terminology/plugin.md
index 13e496454..3ae73d86c 100644
--- a/docs/en/latest/terminology/plugin.md
+++ b/docs/en/latest/terminology/plugin.md
@@ -36,7 +36,7 @@ You can also refer to [Admin API](../admin-api.md#plugin) for
how to use this re
:::note
-While configuring the same plugin, only one copy of the configuration is
valid. The order of precedence is always `Consumer` > `Consumer Group` >
`Route` > `plugin_config` > `Service`.
+While configuring the same plugin, only one copy of the configuration is
valid. The order of precedence is always `Consumer` > `Consumer Group` >
`Route` > `Plugin Config` > `Service`.
:::