소스 검색

Fix markup

Markus Fischer 12 년 전
부모
커밋
782d315da3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/reference/search/facets.asciidoc

+ 1 - 1
docs/reference/search/facets.asciidoc

@@ -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]