Skip to content

Commit

Permalink
capitalize credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
kayx23 authored Dec 25, 2024
1 parent dc89eda commit ec334f2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/en/latest/plugins/basic-auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ curl "http://127.0.0.1:9180/apisix/admin/consumers" -X PUT \
}'
```

Create `basic-auth` credential for the consumer:
Create `basic-auth` Credential for the consumer:

```shell
curl "http://127.0.0.1:9180/apisix/admin/consumers/johndoe/credentials" -X PUT \
Expand Down Expand Up @@ -191,7 +191,7 @@ curl "http://127.0.0.1:9180/apisix/admin/consumers" -X PUT \
}'
```

Create `basic-auth` credential for the consumer:
Create `basic-auth` Credential for the consumer:

```shell
curl "http://127.0.0.1:9180/apisix/admin/consumers/johndoe/credentials" -X PUT \
Expand Down Expand Up @@ -339,7 +339,7 @@ curl "http://127.0.0.1:9180/apisix/admin/consumers" -X PUT \
}'
```

Create `basic-auth` credential for the consumer:
Create `basic-auth` Credential for the consumer:

```shell
curl "http://127.0.0.1:9180/apisix/admin/consumers/johndoe/credentials" -X PUT \
Expand Down Expand Up @@ -428,7 +428,7 @@ curl "http://127.0.0.1:9180/apisix/admin/consumers" -X PUT \
}'
```

Create the `basic-auth` credential for the Consumer `johndoe`:
Create the `basic-auth` Credential for the Consumer `johndoe`:

```shell
curl "http://127.0.0.1:9180/apisix/admin/consumers/johndoe/credentials" -X PUT \
Expand Down

0 comments on commit ec334f2

Please sign in to comment.