We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2d5559b + b4966bd commit b0295faCopy full SHA for b0295fa
src/Serilog.Sinks.MSSqlServer/Sinks/MSSqlServer/Options/SinkOptions.cs
@@ -42,7 +42,7 @@ internal SinkOptions(
42
public string SchemaName { get; set; }
43
44
/// <summary>
45
- /// Flag to automatically create the log events tabke if it does not exist (default: false)
+ /// Flag to automatically create the log events table if it does not exist (default: false)
46
/// </summary>
47
public bool AutoCreateSqlTable { get; set; }
48
0 commit comments