Skip to content

Commit 348fb4d

Browse files
paveljandapolyfractal
authored andcommitted
Update index-operations.asciidoc (#537)
Typo in method parameter
1 parent 0d9cdfa commit 348fb4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index-operations.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ $params = [
1717
];
1818
1919
// Create the index
20-
$response = $client->indices()->create($indexParams);
20+
$response = $client->indices()->create($params);
2121
----
2222
{zwsp} +
2323

0 commit comments

Comments
 (0)