Skip to content

Commit ec334f2

Browse files
authored
capitalize credentials
1 parent dc89eda commit ec334f2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/en/latest/plugins/basic-auth.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ curl "http://127.0.0.1:9180/apisix/admin/consumers" -X PUT \
8484
}'
8585
```
8686

87-
Create `basic-auth` credential for the consumer:
87+
Create `basic-auth` Credential for the consumer:
8888

8989
```shell
9090
curl "http://127.0.0.1:9180/apisix/admin/consumers/johndoe/credentials" -X PUT \
@@ -191,7 +191,7 @@ curl "http://127.0.0.1:9180/apisix/admin/consumers" -X PUT \
191191
}'
192192
```
193193

194-
Create `basic-auth` credential for the consumer:
194+
Create `basic-auth` Credential for the consumer:
195195

196196
```shell
197197
curl "http://127.0.0.1:9180/apisix/admin/consumers/johndoe/credentials" -X PUT \
@@ -339,7 +339,7 @@ curl "http://127.0.0.1:9180/apisix/admin/consumers" -X PUT \
339339
}'
340340
```
341341

342-
Create `basic-auth` credential for the consumer:
342+
Create `basic-auth` Credential for the consumer:
343343

344344
```shell
345345
curl "http://127.0.0.1:9180/apisix/admin/consumers/johndoe/credentials" -X PUT \
@@ -428,7 +428,7 @@ curl "http://127.0.0.1:9180/apisix/admin/consumers" -X PUT \
428428
}'
429429
```
430430

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

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

0 commit comments

Comments
 (0)