Browse Source

fix doc formatting (#41544)

Gil Raphaelli 6 years ago
parent
commit
556341f149
1 changed files with 3 additions and 3 deletions
  1. 3 3
      x-pack/docs/en/rest-api/security/create-api-keys.asciidoc

+ 3 - 3
x-pack/docs/en/rest-api/security/create-api-keys.asciidoc

@@ -105,9 +105,9 @@ API key information.
 <2> optional expiration in milliseconds for this API key
 <3> generated API key
 
-The API key returned by this API can then be used by sending a request with a
-`Authorization` header with a value having the prefix `ApiKey ` followed
-by the _credentials_, where _credentials_ is the base64 encoding of `id` and `api_key` joined by a colon.
+The API key returned by this API can then be used by sending a request with an
+`Authorization` header with a value having the prefix `ApiKey` followed
+by the _credentials_, where _credentials_ are the base64 encoding of `id` and `api_key` joined by a colon.
 
 [source,shell]
 --------------------------------------------------