Browse Source

[DOCS] Fix formatting (#70590)

Orhan Toy 4 years ago
parent
commit
f0aa1b1f1f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      x-pack/docs/en/rest-api/security/get-tokens.asciidoc

+ 2 - 2
x-pack/docs/en/rest-api/security/get-tokens.asciidoc

@@ -147,8 +147,8 @@ seconds) that the token expires in, and the type:
 --------------------------------------------------
 // TESTRESPONSE[s/dGhpcyBpcyBub3QgYSByZWFsIHRva2VuIGJ1dCBpdCBpcyBvbmx5IHRlc3QgZGF0YS4gZG8gbm90IHRyeSB0byByZWFkIHRva2VuIQ==/$body.access_token/]
 
-The token returned by this API can be used by sending a request with a
-`Authorization` header with a value having the prefix `Bearer ` followed
+The token returned by this API can be used by sending a request with an
+`Authorization` header with a value having the prefix "Bearer " followed
 by the value of the `access_token`.
 
 [source,shell]