Skip to content

Commit 371decc

Browse files
authored
Merge pull request #3157 from adrianwells/patch-2
Add missing word
2 parents c9550cc + 0643fbb commit 371decc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/deployment/deploying-applications-services-and-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ See the Quickstarts and Tutorials for step-by-step deployment instructions. For
3535

3636
Deployment to a local folder is typically used for testing, or to begin a staged deployment in which another tool is used for final deployment.
3737

38-
- **ASP.NET**, **ASP.NET Core**, **Node.js**, **Python**, and .**NET Core**: Use the Publish tool to deploy to a local folder. The exact options available depend on your app type. In Solution Explorer, right-click your project and choose **Publish**. (If you have previously configured any publishing profiles, you must then click **Create new profile**.) Next, choose **Folder**. For more information, see [Deploy to a local folder](quickstart-deploy-to-local-folder.md).
38+
- **ASP.NET**, **ASP.NET Core**, **Node.js**, **Python**, and .**NET Core**: Use the Publish tool to deploy to a local folder. The exact options available depend on your app type. In Solution Explorer, right-click your project and choose **Publish**. (If you have not previously configured any publishing profiles, you must then click **Create new profile**.) Next, choose **Folder**. For more information, see [Deploy to a local folder](quickstart-deploy-to-local-folder.md).
3939

4040
![Choose Publish](../deployment/media/quickstart-publish.png)
4141

0 commit comments

Comments
 (0)