mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Fix typo in the reroute pipeline description (#217894)
Fix typo in the reroute pipeline description
This commit is contained in:
parent
afc5274fb8
commit
5fbe1c01c8
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ export function generateReroutePipeline({ definition }: GenerateReroutePipelineP
|
|||
};
|
||||
}),
|
||||
_meta: {
|
||||
description: `Reoute pipeline for the ${definition.name} stream`,
|
||||
description: `Reroute pipeline for the ${definition.name} stream`,
|
||||
managed: true,
|
||||
},
|
||||
version: ASSET_VERSION,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue