Browse Source

[Docs] Update synonym-tokenfilter.asciidoc (#34706)

Remove ugly double-dot.
Christoph Büscher 7 years ago
parent
commit
e869f9a78c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/analysis/tokenfilters/synonym-tokenfilter.asciidoc

+ 1 - 1
docs/reference/analysis/tokenfilters/synonym-tokenfilter.asciidoc

@@ -86,7 +86,7 @@ stop word.
 ==== `tokenizer` and `ignore_case` are deprecated
 
 The `tokenizer` parameter controls the tokenizers that will be used to
-tokenize the synonym, this parameter is for backwards compatibility for indices that created before 6.0..
+tokenize the synonym, this parameter is for backwards compatibility for indices that created before 6.0.
 The `ignore_case` parameter works with `tokenizer` parameter only.
 
 Two synonym formats are supported: Solr, WordNet.