Skip to content

Commit 866da7e

Browse files
ezimuelszabosteve
andauthored
Update docs/quickstart.asciidoc
Co-Authored-By: István Zoltán Szabó <[email protected]>
1 parent 38bbc30 commit 866da7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/quickstart.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ $client = ClientBuilder::create()->build();
4040

4141
In elasticsearch-php, almost everything is configured by associative arrays. The REST endpoint, document and optional parameters - everything is an associative array.
4242

43-
To index a document, we need to specify four pieces of information: index, id and a document body. This is done by
43+
To index a document, we need to specify three pieces of information: index, id and a document body. This is done by
4444
constructing an associative array of key:value pairs. The request body is itself an associative array with key:value pairs
4545
corresponding to the data in your document:
4646

0 commit comments

Comments
 (0)