File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
src/OpenTelemetry.Exporter.OpenTelemetryProtocol Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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`.
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ to specific code patterns identified through static analysis.
99
1010Range: 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
1313exposed experimentally when either the OpenTelemetry Specification has
1414explicitly marked some feature as
1515[ experimental] ( https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/document-status.md )
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments