Skip to content

Commit

Permalink
Remove extra period.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodewig committed Sep 3, 2020
1 parent e9d4aae commit f1b9ba3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ export const mapProcessorTypeToDescriptor: MapProcessorTypeToDescriptor = {
description: () => (
<FormattedMessage
id="xpack.ingestPipelines.processors.description.grok"
defaultMessage="Uses {grokLink} expressions to extract matches from a field.."
defaultMessage="Uses {grokLink} expressions to extract matches from a field."
values={{
grokLink: (
<EuiLink external target="_blank" href={esDocUrl + '/grok-processor.html'}>
Expand Down

0 comments on commit f1b9ba3

Please sign in to comment.