[DOCS] Corrected syntax error in search curl cmd

Closes #8447
This commit is contained in:
Joel Taddei 2014-11-11 21:05:33 -06:00 committed by Clinton Gormley
parent 972afe61a0
commit 7e72800c83

View File

@ -40,7 +40,7 @@ placeholder:
[source,js]
--------------------------------------------------
$ curl - XGET 'http://localhost:9200/_all/tweet/_search?q=tag:wow'
$ curl -XGET 'http://localhost:9200/_all/tweet/_search?q=tag:wow'
--------------------------------------------------
Or even search across all indices and all types: