Fix markup

This commit is contained in:
Markus Fischer 2013-10-17 13:10:37 +02:00 committed by Luca Cavanna
parent 8d49aa398f
commit 782d315da3
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ curl -X POST "http://localhost:9200/articles/_search?pretty=true" -d '
'
--------------------------------------------------
This request will return articles `Two` and `Three (because
This request will return articles `Two` and `Three` (because
they match our query), as well as the `tags` facet:
[source,js]