Skip to content

Commit

Permalink
[UI COPY] Fixes typo in max_shingle_size for search_as_you_type (#63071
Browse files Browse the repository at this point in the history
…) (#63160)
  • Loading branch information
gchaps authored Apr 9, 2020
1 parent 10eace8 commit 15c85e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const MaxShingleSizeParameter = ({ defaultToggleValue }: Props) => (
})}
description={i18n.translate('xpack.idxMgmt.mappingsEditor.maxShingleSizeFieldDescription', {
defaultMessage:
'The default is three shingle subfields. More subfields enables more specific queries, but increases index size.',
'The default is three shingle subfields. More subfields enable more specific queries, but increase index size.',
})}
defaultToggleValue={defaultToggleValue}
>
Expand Down

0 comments on commit 15c85e1

Please sign in to comment.