Skip to content

Commit 5071b7e

Browse files
Merge pull request #453 from talanc/patch-1
Fixed typo in DocumentView.cs
2 parents 9c6d082 + 94f0e3c commit 5071b7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/toolkit/Community.VisualStudio.Toolkit.Shared/Documents/DocumentView.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ internal DocumentView(IVsWindowFrame nativeFrame)
4242
public WindowFrame? WindowFrame { get; }
4343

4444
/// <summary>
45-
/// The text view loaded int he window frame.
45+
/// The text view loaded in the window frame.
4646
/// </summary>
4747
public IWpfTextView? TextView { get; }
4848

0 commit comments

Comments
 (0)