Skip to content

Commit cfd6347

Browse files
Merge pull request #10828 from changeworld/patch-6
Fix typo: thred -> thread
2 parents 5dd8993 + 091d45a commit cfd6347

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)