Skip to content

Commit

Permalink
[DOCS] Fix typo
Browse files Browse the repository at this point in the history
Closes #27
  • Loading branch information
polyfractal committed May 8, 2014
1 parent ed85658 commit 90aeea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ $params['connectionParams']['auth'] = array(
);
$client = new Elasticsearch\Client($params);
----
<1> Accepts four different options: `Basic`, `Digets`, `NTLM`, `Any`
<1> Accepts four different options: `Basic`, `Digests`, `NTLM`, `Any`

After being initialized with authentication credentials, all outgoing requests will automatically include the HTTP auth headers.

Expand Down

0 comments on commit 90aeea4

Please sign in to comment.