Parsed all repo with a regexp of common misspelled words and fixed.
This commit is contained in:
garanews
2020-10-07 12:29:30 +02:00
committed by GitHub
parent 9c112cd785
commit 61749dee23
28 changed files with 37 additions and 37 deletions

View File

@@ -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`,
};