Skip to content

Commit 6039d98

Browse files
authored
Merge pull request #10478 from saranshsaini/patch-1
Fix project name in adding-a-tool-window.md
2 parents 238240d + d67f05f commit 6039d98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/extensibility/adding-a-tool-window.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The Visual Studio SDK is included as an optional feature in Visual Studio setup.
3131

3232
## Create a tool window
3333

34-
1. Create a project named **FirstToolWin** using the VSIX template, and add a custom tool window item template named **FirstToolWindow**.
34+
1. Create a project named **FirstToolWindow** using the VSIX template, and add a custom tool window item template named **FirstToolWindow**.
3535

3636
> [!NOTE]
3737
> For more information about creating an extension with a tool window, see [Create an extension with a tool window](../extensibility/creating-an-extension-with-a-tool-window.md).

0 commit comments

Comments
 (0)