Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update index-operations.asciidoc (#537)
Typo in method parameter
  • Loading branch information
paveljanda authored and polyfractal committed Mar 30, 2017
1 parent 0d9cdfa commit 348fb4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index-operations.asciidoc
Expand Up @@ -17,7 +17,7 @@ $params = [
];
// Create the index
$response = $client->indices()->create($indexParams);
$response = $client->indices()->create($params);
----
{zwsp} +

Expand Down

0 comments on commit 348fb4d

Please sign in to comment.