Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 5dcf605

Browse files
authored
Fixed typo
1 parent ed0cb39 commit 5dcf605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.InlineReviews/Services/PullRequestStatusBarManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public class PullRequestStatusBarManager
2828
readonly IUsageTracker usageTracker;
2929
readonly IShowCurrentPullRequestCommand showCurrentPullRequestCommand;
3030

31-
// More the moment this must be constructed on the main thread.
31+
// At the moment this must be constructed on the main thread.
3232
// TeamExplorerContext needs to retrieve DTE using GetService.
3333
readonly Lazy<IPullRequestSessionManager> pullRequestSessionManager;
3434

0 commit comments

Comments
 (0)