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

traky 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 3d5c5fa05 docs: fix seplling in consumer docs
3d5c5fa05 is described below

commit 3d5c5fa05537abbe1328d4a3cf5f2797332dc48b
Author: Lakshya Gupta <[email protected]>
AuthorDate: Sun Dec 24 10:35:12 2023 +0530

    docs: fix seplling in consumer docs
---
 docs/en/latest/terminology/consumer.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/latest/terminology/consumer.md 
b/docs/en/latest/terminology/consumer.md
index 591396c4f..c7f457d52 100644
--- a/docs/en/latest/terminology/consumer.md
+++ b/docs/en/latest/terminology/consumer.md
@@ -60,7 +60,7 @@ The process of identifying a Consumer in APISIX is described 
below:
 
 Consumers are useful when you have different consumers requesting the same API 
and you need to execute different Plugin and Upstream configurations based on 
the consumer. These need to be used in conjunction with the user authentication 
system.
 
-Authentcation plugins that can be configured with a Consumer include 
`basic-auth`, `hmac-auth`, `jwt-auth`, `key-auth`, `ldap-auth`, and `wolf-rbac`.
+Authentication plugins that can be configured with a Consumer include 
`basic-auth`, `hmac-auth`, `jwt-auth`, `key-auth`, `ldap-auth`, and `wolf-rbac`.
 
 Refer to the documentation for the [key-auth](../plugins/key-auth.md) 
authentication Plugin to further understand the concept of a Consumer.
 

Reply via email to