Skip to content

Commit 8eb2e74

Browse files
frzifuscartermp
andauthored
fix: remove invalid char from collector config doc (#4439)
Signed-off-by: Benedikt Bongartz <[email protected]> Co-authored-by: Phillip Carter <[email protected]>
1 parent b88a04e commit 8eb2e74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/collector/configuration.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ You can also provide configurations using environment variables, YAML paths, or
3434
HTTP URIs. For example:
3535

3636
```shell
37-
otelcol --config=env:MY_CONFIG_IN_AN_ENVVAR` --config=https://server/config.yaml
38-
otelcol --config="yaml:exporters::debug::verbosity: normal"`
37+
otelcol --config=env:MY_CONFIG_IN_AN_ENVVAR --config=https://server/config.yaml
38+
otelcol --config="yaml:exporters::debug::verbosity: normal"
3939
```
4040

4141
To validate a configuration file, use the `validate` command. For example:

0 commit comments

Comments
 (0)