Skip to content

Commit f1b9ba3

Browse files
committed
Remove extra period.
1 parent e9d4aae commit f1b9ba3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

x-pack/plugins/ingest_pipelines/public/application/components/pipeline_processors_editor/components/shared/map_processor_type_to_form.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ export const mapProcessorTypeToDescriptor: MapProcessorTypeToDescriptor = {
179179
description: () => (
180180
<FormattedMessage
181181
id="xpack.ingestPipelines.processors.description.grok"
182-
defaultMessage="Uses {grokLink} expressions to extract matches from a field.."
182+
defaultMessage="Uses {grokLink} expressions to extract matches from a field."
183183
values={{
184184
grokLink: (
185185
<EuiLink external target="_blank" href={esDocUrl + '/grok-processor.html'}>

0 commit comments

Comments
 (0)