Skip to content

Commit 20600a6

Browse files
fix typo (#13049)
Fix small typo
1 parent 943627b commit 20600a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ For a library to be considered an OpenTelemetry Collector component, it _MUST_
3737
implement a [Component interface](https://pkg.go.dev/go.opentelemetry.io/collector/component#Component)
3838
defined by the OpenTelemetry Collector SIG.
3939
40-
Components require a [unique identfier](https://pkg.go.dev/go.opentelemetry.io/collector/component#ID)
40+
Components require a [unique identifier](https://pkg.go.dev/go.opentelemetry.io/collector/component#ID)
4141
to be included in an OpenTelemetry Collector. In the event of a name collision,
4242
the components resulting in the collision cannot be used simultaneously in a single OpenTelemetry
4343
Collector. In order to resolve this, the clashing components must use different identifiers.

0 commit comments

Comments
 (0)