Skip to content

Commit 4563a9e

Browse files
authored
Merge pull request MiniProfiler#527 from stevebelskie/patch-1
Fix typo in XML comment
2 parents 57fbac9 + ae15ec9 commit 4563a9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MiniProfiler.Shared/Internal/MiniProfilerBaseOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public class MiniProfilerBaseOptions
9494

9595
/// <summary>
9696
/// 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.
97+
/// While this is useful for debugging connection pools and things, it can be noisy in other cases.
9898
/// </summary>
9999
public bool TrackConnectionOpenClose { get; set; } = true;
100100

0 commit comments

Comments
 (0)