diff --git a/docs/ide/how-to-create-item-templates.md b/docs/ide/how-to-create-item-templates.md index 67275af9c4d..9ab19c0656e 100644 --- a/docs/ide/how-to-create-item-templates.md +++ b/docs/ide/how-to-create-item-templates.md @@ -66,10 +66,10 @@ You can edit the *.vstemplate* file to specify that your item template appears o 1. Open the *.vstemplate* file for editing. 1. Add a [ProjectSubType](../extensibility/projectsubtype-element-visual-studio-templates.md) element immediately after the `ProjectType` element, with value `Windows`, `Office`, `Database`, or `Web`. For example: `Database`. -The following example shows a *.vstemplate* file for `Office` projects. +The following example shows a *.vstemplate* file for `Office` projects. `Class.cs` is the default item name in the **Add New Item** dialog, and `Class1.cs` is the source file included alongside the *.vstemplate* file. ```xml - + Class An empty class file @@ -79,7 +79,7 @@ The following example shows a *.vstemplate* file for `Office` projects. Class.cs - Class1.cs + Class1.cs ```