From ae52a11d24620fe632e709381137af2bd54283b6 Mon Sep 17 00:00:00 2001 From: felipelrz Date: Sun, 17 May 2015 23:42:43 -0300 Subject: [PATCH] Update ssl_authentication.asciidoc Fix typo --- docs/ssl_authentication.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ssl_authentication.asciidoc b/docs/ssl_authentication.asciidoc index 979bde0ae..ac448e40c 100644 --- a/docs/ssl_authentication.asciidoc +++ b/docs/ssl_authentication.asciidoc @@ -5,7 +5,7 @@ You can configure the client to use SSL for connecting to your elasticsearch clu === Basic Auth -Basic authentication credentials can be configured on a per-host basis using URL notiation, or at the `auth:` property of a host config object. +Basic authentication credentials can be configured on a per-host basis using URL notation, or at the `auth:` property of a host config object. .Credentials directly in the host url: [source,js] @@ -46,4 +46,4 @@ var client = new elasticsearch.Client({ rejectUnauthorized: true } }); ------ \ No newline at end of file +-----