Skip to content

Commit 4aa2e7c

Browse files
authored
Fix typo in comment (#1124)
1 parent 7d3d0f9 commit 4aa2e7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SqlBindingExtension.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public static IWebJobsBuilder AddSql(this IWebJobsBuilder builder, Action<SqlOpt
2222
builder.AddExtension<SqlExtensionConfigProvider>().BindOptions<SqlOptions>();
2323
if (configureSqlOptions != null)
2424
{
25-
#pragma warning disable IDE0001 // Cannot simplify the name here, supressing the warning.
25+
#pragma warning disable IDE0001 // Cannot simplify the name here, suppressing the warning.
2626
builder.Services.Configure<SqlOptions>(configureSqlOptions);
2727
#pragma warning restore IDE0001
2828
}

0 commit comments

Comments
 (0)