Skip to content

Commit b0295fa

Browse files
authored
Merge pull request #291 from maxtsw/patch-1
Update SinkOptions.cs
2 parents 2d5559b + b4966bd commit b0295fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Serilog.Sinks.MSSqlServer/Sinks/MSSqlServer/Options/SinkOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ internal SinkOptions(
4242
public string SchemaName { get; set; }
4343

4444
/// <summary>
45-
/// Flag to automatically create the log events tabke if it does not exist (default: false)
45+
/// Flag to automatically create the log events table if it does not exist (default: false)
4646
/// </summary>
4747
public bool AutoCreateSqlTable { get; set; }
4848

0 commit comments

Comments
 (0)