Skip to content

Commit 660c394

Browse files
authored
examples: Fixed the formatting in the Authentication README.md (#6908)
1 parent 3a8270f commit 660c394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/features/authentication/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ To get the token, call
5252
on the given context. It returns the metadata map. Next, use the key
5353
"authorization" to get corresponding value, which is a slice of strings. For
5454
OAuth, the slice should only contain one element, which is a string in the
55-
format of <token-type> + " " + <token>. Users can easily get the token by
55+
format of `<token-type> + " " + <token>`. Users can easily get the token by
5656
parsing the string, and then verify the validity of it.
5757

5858
If the token is not valid, returns an error with error code

0 commit comments

Comments
 (0)