Skip to content

Commit 091d45a

Browse files
committed
Fix typo: thred -> thread
1 parent e8a452a commit 091d45a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/extensibility/walkthrough-creating-a-view-adornment-commands-and-settings-column-guides.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ namespace ColumnGuides
7575
{
7676
internal static class GuidesSettingsManager
7777
{
78-
// Because my code is always called from the UI thred, this succeeds.
78+
// Because my code is always called from the UI thread, this succeeds.
7979
internal static SettingsManager VsManagedSettingsManager =
8080
new ShellSettingsManager(ServiceProvider.GlobalProvider);
8181

0 commit comments

Comments
 (0)