Skip to content

Commit

Permalink
[DOCS] "password" param should be "password"
Browse files Browse the repository at this point in the history
  • Loading branch information
polyfractal committed Nov 1, 2016
1 parent 451f985 commit 8ee2bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration.asciidoc
Expand Up @@ -71,7 +71,7 @@ $hosts = [
'port' => '9200',
'scheme' => 'https',
'user' => 'username',
'password' => 'password!#$?*abc'
'pass' => 'password!#$?*abc'
],
// This is equal to "http://localhost:9200/"
Expand Down

0 comments on commit 8ee2bc9

Please sign in to comment.