Skip to content

Commit 97eb307

Browse files
authored
[chore] Two spelling lints. (#12892)
#### Description The cSpell action has been flaky for two reasons, fixed here.
1 parent 6993fa1 commit 97eb307

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3464,7 +3464,7 @@ This release is marked as "bad" since the metrics pipelines will produce bad dat
34643464
- Rename ForEach (in pdata) with Range to be consistent with sync.Map (#2931)
34653465
- Rename `componenthelper.Start` to `componenthelper.StartFunc` (#2880)
34663466
- Rename `componenthelper.Stop` to `componenthelper.StopFunc` (#2880)
3467-
- Remove `exporterheleper.WithCustomUnmarshaler`, `processorhelper.WithCustomUnmarshaler`, `receiverhelper.WithCustomUnmarshaler`, `extensionheleper.WithCustomUnmarshaler`, implement `config.CustomUnmarshaler` interface instead (#2867)
3467+
- Remove `exporterhelper.WithCustomUnmarshaler`, `processorhelper.WithCustomUnmarshaler`, `receiverhelper.WithCustomUnmarshaler`, `extensionhelper.WithCustomUnmarshaler`, implement `config.CustomUnmarshaler` interface instead (#2867)
34683468
- Remove `component.CustomUnmarshaler` implement `config.CustomUnmarshaler` interface instead (#2867)
34693469
- Remove `testutil.HostPortFromAddr`, users can write their own parsing helper (#2919)
34703470
- Remove `configparser.DecodeTypeAndName`, use `config.IDFromString` (#2869)

docs/rfcs/env-vars.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,8 @@ environment variable whose name is stored in the URL
104104
The environment variable value is parsed by the yaml.v3 parser to an
105105
any-typed variable. The yaml.v3 parser mostly follows the YAML v1.2
106106
specification with [*some exceptions*](https://github.com/go-yaml/yaml#compatibility).
107-
You can see
108-
how it works for some edge cases in this example:
109-
[`go.dev/play/p/3vNLznwSZQe`](https://go.dev/play/p/3vNLznwSZQe).
107+
You can see how it works for some edge cases in
108+
[this go.dev/play example](https://go.dev/play/p/3vNLznwSZQe).
110109

111110
### Issues of current behavior
112111

0 commit comments

Comments
 (0)