Skip to content

Commit

Permalink
[UI COPY] Fixes typo in max_shingle_size for search_as_you_type (elas…
Browse files Browse the repository at this point in the history
  • Loading branch information
gchaps authored Apr 9, 2020
1 parent d61376f commit eb4152b
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 eb4152b

Please sign in to comment.