Skip to content

Commit 58eeea2

Browse files
committed
Missed edits/fixes
1 parent 7544ee9 commit 58eeea2

4 files changed

+4
-4
lines changed

docs/sharepoint/walkthrough-creating-a-custom-action-project-item-with-an-item-template-part-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ ms.workload:
4848

4949
- Supported editions of Microsoft Windows, SharePoint and Visual Studio. For more information, see [Requirements for developing SharePoint solutions](../sharepoint/requirements-for-developing-sharepoint-solutions.md).
5050

51-
- The [!include[vssdk_current_long](../sharepoint/includes/vssdk-current-long-md.md)]. This walkthrough uses the **VSIX Project** template in the SDK to create a VSIX package to deploy the project item. For more information, see [Extend the SharePoint Tools in Visual Studio](../sharepoint/extending-the-sharepoint-tools-in-visual-studio.md).
51+
- The [!INCLUDE[vssdk_current_long](../sharepoint/includes/vssdk-current-long-md.md)]. This walkthrough uses the **VSIX Project** template in the SDK to create a VSIX package to deploy the project item. For more information, see [Extend the SharePoint Tools in Visual Studio](../sharepoint/extending-the-sharepoint-tools-in-visual-studio.md).
5252

5353
Knowledge of the following concepts is helpful, but not required, to complete the walkthrough:
5454

docs/sharepoint/walkthrough-creating-a-custom-action-project-item-with-an-item-template-part-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ ms.workload:
210210
## Add replaceable parameters to the *Elements.xml* file in the item template
211211
Add several replaceable parameters to the *Elements.xml* file in the ItemTemplate project. These parameters are initialized in the `PopulateReplacementDictionary` method in the `CustomActionWizard` class that you defined earlier. When a user adds a Custom Action project item to a project, Visual Studio automatically replaces these parameters in the *Elements.xml* file in the new project item with the values that they specified in the wizard.
212212

213-
A replaceable parameter is a token that starts and ends with the dollar sign ($) character. In addition to defining your own Replaceable parameters, you can use built-in parameters that the SharePoint project system defines and initializes. For more information, see [Replaceable parameters](../sharepoint/replaceable-parameters.md).
213+
A replaceable parameter is a token that starts and ends with the dollar sign ($) character. In addition to defining your own replaceable parameters, you can use built-in parameters that the SharePoint project system defines and initializes. For more information, see [Replaceable parameters](../sharepoint/replaceable-parameters.md).
214214

215215
#### To add replaceable parameters to the *Elements.xml* file
216216

docs/sharepoint/walkthrough-creating-a-site-column-project-item-with-a-project-template-part-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ ms.workload:
233233

234234
- *ProjectTemplate.csproj* or *ProjectTemplate.vbproj*
235235

236-
In the following procedures, you'll add Replaceable parameters to some of these files. A replaceable parameter is a token that starts and ends with the dollar sign ($) character. When a user uses this project template to create a project, Visual Studio automatically replaces these parameters in the new project with specific values. For more information, see [Replaceable parameters](../sharepoint/replaceable-parameters.md).
236+
In the following procedures, you'll add replaceable parameters to some of these files. A replaceable parameter is a token that starts and ends with the dollar sign ($) character. When a user uses this project template to create a project, Visual Studio automatically replaces these parameters in the new project with specific values. For more information, see [Replaceable parameters](../sharepoint/replaceable-parameters.md).
237237

238238
#### To edit the AssemblyInfo.cs or AssemblyInfo.vb file
239239

docs/sharepoint/walkthrough-creating-a-site-column-project-item-with-a-project-template-part-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ ms.workload:
407407
## Add replaceable parameters to the Elements.xml file in the project template
408408
Add several replaceable parameters to the *Elements.xml* file in the SiteColumnProjectTemplate project. These parameters are initialized in the `RunStarted` method in the `SiteColumnProjectWizard` class that you defined earlier. When a user creates a Site Column project, Visual Studio automatically replaces these parameters in the *Elements.xml* file in the new project with the values that they specified in the wizard.
409409

410-
A replaceable parameter is a token that begins and ends with the dollar sign ($) character. In addition to defining your own Replaceable parameters, you can use built-in parameters that are defined and initialized by the SharePoint project system. For more information, see [Replaceable parameters](../sharepoint/replaceable-parameters.md).
410+
A replaceable parameter is a token that begins and ends with the dollar sign ($) character. In addition to defining your own replaceable parameters, you can use built-in parameters that are defined and initialized by the SharePoint project system. For more information, see [Replaceable parameters](../sharepoint/replaceable-parameters.md).
411411

412412
#### To add replaceable parameters to the Elements.xml file
413413

0 commit comments

Comments
 (0)