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 1be7a82fe docs: fix typo in credentials doc (#12434)
1be7a82fe is described below

commit 1be7a82fe4fac58710ff58dfcb5e3f1b25fb661e
Author: Suh. Junmin <lazyrich...@users.noreply.github.com>
AuthorDate: Wed Jul 16 15:57:15 2025 +0900

    docs: fix typo in credentials doc (#12434)
---
 docs/en/latest/terminology/credential.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/en/latest/terminology/credential.md 
b/docs/en/latest/terminology/credential.md
index d8a5ab57e..b0ed3bc2f 100644
--- a/docs/en/latest/terminology/credential.md
+++ b/docs/en/latest/terminology/credential.md
@@ -41,7 +41,7 @@ The fields for defining a Credential are defined as below.
 
 | Field      | Required | Description                                          
                                                   |
 
|---------|----------|---------------------------------------------------------------------------------------------------------|
-| desc    | False    | Decriptiion of the Credential.                          
                                                |
+| desc    | False    | Description of the Credential.                          
                                                |
 | labels  | False    | Labels of the Credential.                               
                                                |
 | plugins | False    | The plugin configuration corresponding to Credential. 
For more information, see [Plugins](./plugin.md). |
 
@@ -66,7 +66,7 @@ admin_key=$(yq '.deployment.admin.admin_key[0].key' 
conf/config.yaml | sed 's/"/
 
 :::
 
-1. Create the Consumer without specifying the auth plug-n, but use Credential 
to configure the auth plugin later.
+1. Create the Consumer without specifying the auth plug-in, but use Credential 
to configure the auth plugin later.
 
     ```shell
     curl http://127.0.0.1:9180/apisix/admin/consumers \

Reply via email to