Skip to content

Commit

Permalink
fix spelling in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lakshya8066 committed Dec 23, 2023
1 parent 94e4abd commit f43b22e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/latest/terminology/consumer.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit f43b22e

Please sign in to comment.