mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fix typos (#28074)
Parsed all repo with a regexp of common misspelled words and fixed.
This commit is contained in:
@@ -62,5 +62,5 @@ export const labelsToFieldsTransformerRegistryItem: TransformerRegistyItem<Label
|
||||
transformation: standardTransformers.labelsToFieldsTransformer,
|
||||
name: 'Labels to fields',
|
||||
description: `Groups series by time and return labels or tags as fields.
|
||||
Useful for showing time series with labels in a table where each label key becomes a seperate column`,
|
||||
Useful for showing time series with labels in a table where each label key becomes a separate column`,
|
||||
};
|
||||
|
Reference in New Issue
Block a user