Skip to content
This repository was archived by the owner on Dec 1, 2018. It is now read-only.

Commit ab54e06

Browse files
authored
Merge pull request #2054 from AdamDang/patch-9
Small typo fix: convertion->conversion
2 parents df26691 + 0b95951 commit ab54e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sink-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ The following options are available:
9191
* `numMetricsPerMsg` - number of metrics to be packed in an UDP message, default is 5
9292
* `renameLabels` - renames labels, old and new label separated by ':' and pairs of old and new labels separated by ','
9393
* `allowedLabels` - comma-separated labels that are allowed, default is empty ie all labels are allowed
94-
* `labelStyle` - convert labels from default snake case to other styles, default is no convertion. Styles supported are `lowerCamelCase` and `upperCamelCase`
94+
* `labelStyle` - convert labels from default snake case to other styles, default is no conversion. Styles supported are `lowerCamelCase` and `upperCamelCase`
9595

9696
For example.
9797
```

0 commit comments

Comments
 (0)