From 0f809663f0ed2eadcc3f763ddbf47f12d15f9a88 Mon Sep 17 00:00:00 2001 From: wasserman Date: Thu, 21 Sep 2017 10:49:00 -0400 Subject: [PATCH] [Docs] Fixed typo of *configuration* (#25058) --- docs/plugins/repository-gcs.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/repository-gcs.asciidoc b/docs/plugins/repository-gcs.asciidoc index fa4e8ca39807f..90c6e8f0ba4eb 100644 --- a/docs/plugins/repository-gcs.asciidoc +++ b/docs/plugins/repository-gcs.asciidoc @@ -93,7 +93,7 @@ A service account file looks like this: // NOTCONSOLE This file must be stored in the {ref}/secure-settings.html[elasticsearch keystore], under a setting name -of the form `gcs.client.NAME.credentials_file`, where `NAME` is the name of the client congiguration. +of the form `gcs.client.NAME.credentials_file`, where `NAME` is the name of the client configuration. The default client name is `default`, but a different client name can be specified in repository settings using `client`.