[DOCS] Fix typo in `html_strip` char filter docs

This commit is contained in:
James Rodewig 2020-06-08 10:37:16 -04:00
parent 2ef30217e0
commit 63e962c99a
1 changed files with 2 additions and 2 deletions

View File

@ -91,8 +91,8 @@ value of `[ "p" ]` skips the `<p>` HTML element.
[[analysis-htmlstrip-charfilter-customize]]
==== Customize
To customize the `html_strip` filter, duplicate it to create the basis
for a new custom token filter. You can modify the filter using its configurable
To customize the `html_strip` filter, duplicate it to create the basis for a new
custom character filter. You can modify the filter using its configurable
parameters.
The following <<indices-create-index,create index API>> request