瀏覽代碼

Fixed asciidoc

Clinton Gormley 9 年之前
父節點
當前提交
6f17736eb1
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      docs/reference/analysis/tokenfilters/hunspell-tokenfilter.asciidoc

+ 3 - 3
docs/reference/analysis/tokenfilters/hunspell-tokenfilter.asciidoc

@@ -87,12 +87,12 @@ the stemming is determined by the quality of the dictionary.
 [float]
 ==== Dictionary loading
 
-By default, the default Hunspell directory (`config/hunspell/`) is checked 
-for dictionaries when the node starts up, and any dictionaries are 
+By default, the default Hunspell directory (`config/hunspell/`) is checked
+for dictionaries when the node starts up, and any dictionaries are
 automatically loaded.
 
 Dictionary loading can be deferred until they are actually used by setting
-`indices.analysis.hunspell.dictionary.lazy` to `true`in the config file.
+`indices.analysis.hunspell.dictionary.lazy` to `true` in the config file.
 
 [float]
 ==== References