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 57fbac9 + ae15ec9 commit 4563a9eCopy full SHA for 4563a9e
src/MiniProfiler.Shared/Internal/MiniProfilerBaseOptions.cs
@@ -94,7 +94,7 @@ public class MiniProfilerBaseOptions
94
95
/// <summary>
96
/// Whether to track open and close for connections to things like database servers.
97
- /// While this ise useful for debugging connection pools and things, it can be noisy in other cases.
+ /// While this is useful for debugging connection pools and things, it can be noisy in other cases.
98
/// </summary>
99
public bool TrackConnectionOpenClose { get; set; } = true;
100
0 commit comments