Skip to content

Commit 10186b0

Browse files
Update docs/source-2.0/guides/client-guidance/identity-auth/index.md
Co-authored-by: Jordon Phillips <JordonPhillips@users.noreply.github.com>
1 parent 833db1b commit 10186b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • docs/source-2.0/guides/client-guidance/identity-auth

docs/source-2.0/guides/client-guidance/identity-auth/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ request**. A signature is metadata attached to a request that will be sent to
6969
the service in order to allow the service to authenticate the caller's identity.
7070

7171
For example, an operation that uses a bearer token for
72-
identification would "sign" an outgoing HTTP request by presenting the value of
73-
the token in the Authorization header.
72+
identification would sign an outgoing HTTP request by presenting the value of
73+
the token in the `Authorization` header.
7474

7575
All signers require, at a minimum, a request to sign and an identity with which
7676
to sign. A Signer should be modeled like so:

0 commit comments

Comments
 (0)