Skip to content

Commit 2457eac

Browse files
authored
Merge pull request #32584 from CharlesCZ/patch-1
fix typo
2 parents 7dc9fec + 5650e76 commit 2457eac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/reference/access-authn-authz/authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ token,user,uid,"group1,group2,group3"
121121

122122
When using bearer token authentication from an http client, the API
123123
server expects an `Authorization` header with a value of `Bearer
124-
THETOKEN`. The bearer token must be a character sequence that can be
124+
<token>`. The bearer token must be a character sequence that can be
125125
put in an HTTP header value using no more than the encoding and
126126
quoting facilities of HTTP. For example: if the bearer token is
127127
`31ada4fd-adec-460c-809a-9e56ceb75269` then it would appear in an HTTP

0 commit comments

Comments
 (0)