We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c7c713 commit bb58004Copy full SHA for bb58004
readme.md
@@ -162,7 +162,7 @@ Index and type names setted in query will override values the configuration file
162
163
-
164
165
- // Update an existing document
+ // Update an existing document
166
167
ES::update([
168
"title" => "Test document",
@@ -176,7 +176,7 @@ Index and type names setted in query will override values the configuration file
176
177
178
179
- // delete a document
+ // delete a document
180
181
ES::delete(3);
182
0 commit comments