Skip to content

Commit 03b58f5

Browse files
authored
[docs] typo fixes (#6632)
1 parent 9fbe00b commit 03b58f5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build/RELEASING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Maintainers (admins) are needed to merge PRs and for the push to NuGet.**
1212
* There are different categories of packages. Check the project file for
1313
what you want to release and look for `MinVerTagPrefix`.
1414

15-
* `core-`: Core packages. These packages are defined\goverened by the
15+
* `core-`: Core packages. These packages are defined\governed by the
1616
OpenTelemetry Specification or are part of fundamental infrastructure
1717
and have released stable versions. They may be released as `alpha`,
1818
`beta`, `rc`, or stable.
@@ -29,7 +29,7 @@ Maintainers (admins) are needed to merge PRs and for the push to NuGet.**
2929
* `OpenTelemetry.Extensions.Propagators` - Defined by spec
3030

3131
* `coreunstable-`: Core unstable packages. These packages are
32-
defined\goverened by the OpenTelemetry Specification or are part of
32+
defined\governed by the OpenTelemetry Specification or are part of
3333
fundamental infrastructure but have not released stable versions. As
3434
of the `1.9.0` release cycle they may only be released as `alpha` or
3535
`beta`.

docs/diagnostics/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ to specific code patterns identified through static analysis.
99

1010
Range: OTEL1000 - OTEL1999
1111

12-
Experimental APIs exposed in OpenTelemetry .NET pre-relase builds. APIs are
12+
Experimental APIs exposed in OpenTelemetry .NET pre-release builds. APIs are
1313
exposed experimentally when either the OpenTelemetry Specification has
1414
explicitly marked some feature as
1515
[experimental](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/document-status.md)

src/OpenTelemetry.Exporter.OpenTelemetryProtocol/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ want to solicit feedback from the community.
631631
Added in `1.8.0`.
632632

633633
* When set to `disk`, it enables retries by storing telemetry on disk during
634-
transient errors. The default path where the telemetry is stored is
634+
transient errors. The default path where the telemetry is stored is
635635
obtained by calling
636636
[Path.GetTempPath()](https://learn.microsoft.com/dotnet/api/system.io.path.gettemppath)
637637
or can be customized by setting

0 commit comments

Comments
 (0)