From 8d9d4a1ce84b060e4d13b5f44b3495648767deb5 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Wed, 15 Jan 2025 08:52:55 -0800 Subject: [PATCH] Fix small typos (#1745) --- docs/database/README.md | 2 +- docs/database/database-metrics.md | 2 +- docs/database/database-spans.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/database/README.md b/docs/database/README.md index 361708dbe..488621a3d 100644 --- a/docs/database/README.md +++ b/docs/database/README.md @@ -24,7 +24,7 @@ database metrics and logs. > metric and span names, and unit of measure. > * SHOULD introduce an environment variable `OTEL_SEMCONV_STABILITY_OPT_IN` > in the existing major version which is a comma-separated list of values. -> If the list of values includes: +> The list of values includes: > * `database` - emit the new, stable database conventions, > and stop emitting the old experimental database conventions > that the instrumentation emitted previously. diff --git a/docs/database/database-metrics.md b/docs/database/database-metrics.md index de86f0411..47412d1ac 100644 --- a/docs/database/database-metrics.md +++ b/docs/database/database-metrics.md @@ -40,7 +40,7 @@ linkTitle: Metrics > metric and span names, and unit of measure. > * SHOULD introduce an environment variable `OTEL_SEMCONV_STABILITY_OPT_IN` > in the existing major version which is a comma-separated list of values. -> If the list of values includes: +> The list of values includes: > * `database` - emit the new, stable database conventions, > and stop emitting the old experimental database conventions > that the instrumentation emitted previously. diff --git a/docs/database/database-spans.md b/docs/database/database-spans.md index ac7f2c193..dcd4ec220 100644 --- a/docs/database/database-spans.md +++ b/docs/database/database-spans.md @@ -33,7 +33,7 @@ linkTitle: Client Calls > metric and span names, and unit of measure. > * SHOULD introduce an environment variable `OTEL_SEMCONV_STABILITY_OPT_IN` > in the existing major version which is a comma-separated list of values. -> If the list of values includes: +> The list of values includes: > * `database` - emit the new, stable database conventions, > and stop emitting the old experimental database conventions > that the instrumentation emitted previously.