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
  • Loading branch information
gchaps committed Apr 9, 2020
1 parent 72226bf commit 607e8b3
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 607e8b3

Please sign in to comment.