Skip to content

Commit

Permalink
Merge pull request #527 from stevebelskie/patch-1
Browse files Browse the repository at this point in the history
Fix typo in XML comment
  • Loading branch information
NickCraver authored Sep 12, 2020
2 parents 57fbac9 + ae15ec9 commit 4563a9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public class MiniProfilerBaseOptions

/// <summary>
/// Whether to track open and close for connections to things like database servers.
/// 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.
/// </summary>
public bool TrackConnectionOpenClose { get; set; } = true;

Expand Down

0 comments on commit 4563a9e

Please sign in to comment.