Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dadoonet committed May 18, 2015
1 parent 0926126 commit f99ca31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/ssl_authentication.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -46,4 +46,4 @@ var client = new elasticsearch.Client({
rejectUnauthorized: true
}
});
-----
-----

0 comments on commit f99ca31

Please sign in to comment.