Skip to content

Commit be0b7b3

Browse files
Apply suggestions from code review
Fix typos. Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 85e18c4 commit be0b7b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/OpenTelemetry.Instrumentation.EntityFrameworkCore/EntityFrameworkInstrumentationOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ internal EntityFrameworkInstrumentationOptions(IConfiguration configuration)
7070

7171
/// <summary>
7272
/// Gets or sets a value indicating whether or not the <see cref="EntityFrameworkInstrumentation"/>
73-
/// should add the names and values of query parameters sd the <c>db.query.parameter.{key}</c> tag.
73+
/// should add the names and values of query parameters as the <c>db.query.parameter.{key}</c> tag.
7474
/// Default value: <see langword="false"/>.
7575
/// </summary>
7676
/// <remarks>

src/OpenTelemetry.Instrumentation.SqlClient/SqlClientTraceInstrumentationOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ internal SqlClientTraceInstrumentationOptions(IConfiguration configuration)
135135

136136
/// <summary>
137137
/// Gets or sets a value indicating whether or not the <see cref="SqlClientInstrumentation"/>
138-
/// should add the names and values of query parameters sd the <c>db.query.parameter.{key}</c> tag.
138+
/// should add the names and values of query parameters as the <c>db.query.parameter.{key}</c> tag.
139139
/// Default value: <see langword="false"/>.
140140
/// </summary>
141141
/// <remarks>

0 commit comments

Comments
 (0)