Skip to content

Commit bc45023

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

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
@@ -87,7 +87,7 @@ $response = $client->get($params);
8787
print_r($response);
8888
----------------------------
8989

90-
The response contains some metadata (index, etc) as well as a `_source` field...this is the original document
90+
The response contains some metadata (index, version, etc.) as well as a `_source` field, which is the original document
9191
that you sent to Elasticsearch.
9292

9393
[source,php]

0 commit comments

Comments
 (0)