Commit ea605fde by JC Bize Committed by GitHub

Transformations: Fixed typo in FilterByValue transformer description. (#31078)

parent 9d3f0d87
......@@ -139,7 +139,7 @@ export const filterByValueTransformRegistryItem: TransformerRegistryItem<FilterB
transformation: standardTransformers.filterByValueTransformer,
name: standardTransformers.filterByValueTransformer.name,
description:
'Removes rows of the query results using user definied filters. This is useful if you can not filter your data in the data source.',
'Removes rows of the query results using user-defined filters. This is useful if you can not filter your data in the data source.',
};
const getEditorStyles = stylesFactory(() => ({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment