Browse Source

[DOCS] Fix formatting in simple query string query docs

Ulas Keles 5 years ago
parent
commit
a20fd49533
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/query-dsl/simple-query-string-query.asciidoc

+ 1 - 1
docs/reference/query-dsl/simple-query-string-query.asciidoc

@@ -277,7 +277,7 @@ GET /_search
 
 The `simple_query_string` query supports multi-terms synonym expansion with the <<analysis-synonym-graph-tokenfilter,
 synonym_graph>> token filter. When this filter is used, the parser creates a phrase query for each multi-terms synonyms.
-For example, the following synonym: `"ny, new york" would produce:`
+For example, the following synonym: `"ny, new york"` would produce:
 
 `(ny OR ("new york"))`