Fix typo in the reroute pipeline description (#217894)

Fix typo in the reroute pipeline description
This commit is contained in:
Giorgos Bamparopoulos 2025-04-11 09:56:20 +01:00 committed by GitHub
parent afc5274fb8
commit 5fbe1c01c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,