From c3b6ab4dec97fd404b33393e34c20579c26485e2 Mon Sep 17 00:00:00 2001 From: David Turner Date: Fri, 19 Jul 2019 17:03:05 +0100 Subject: [PATCH] Fix docs line length Followup to #44617 that fixes some unexpected wrapping. --- docs/plugins/repository-s3.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/plugins/repository-s3.asciidoc b/docs/plugins/repository-s3.asciidoc index 1211884fac5..f1a00742bc8 100644 --- a/docs/plugins/repository-s3.asciidoc +++ b/docs/plugins/repository-s3.asciidoc @@ -69,7 +69,7 @@ following commands to add these credentials to the keystore: ---- bin/elasticsearch-keystore add s3.client.default.access_key bin/elasticsearch-keystore add s3.client.default.secret_key -# a session token is optional so the following command may not be necessary +# a session token is optional so the following command may not be needed bin/elasticsearch-keystore add s3.client.default.session_token ---- @@ -82,7 +82,7 @@ removing these settings from the keystore as follows: ---- bin/elasticsearch-keystore remove s3.client.default.access_key bin/elasticsearch-keystore remove s3.client.default.secret_key -# a session token is optional so the following command may not be necessary +# a session token is optional so the following command may not be needed bin/elasticsearch-keystore remove s3.client.default.session_token ----