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.