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

Commit a39d0bb

Browse files
committed
Fix typo.
1 parent 79d4d7d commit a39d0bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.Exports.Reactive/Services/IPullRequestSessionManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public interface IPullRequestSessionManager : INotifyPropertyChanged
3636
/// </summary>
3737
/// <returns>A task that when completed indicates that the service is initialized.</returns>
3838
/// <remarks>
39-
/// If you are simplying monitoring changes to the <see cref="CurrentSession"/> then you
39+
/// If you are simply monitoring changes to the <see cref="CurrentSession"/> then you
4040
/// don't need to call this method: <see cref="CurrentSession"/> will be updated on
4141
/// initialization. If however, you want to be sure that <see cref="CurrentSession"/> is
4242
/// initialized, you can await the task returned from this method.

0 commit comments

Comments
 (0)