Skip to content

Commit ff7c337

Browse files
chaseholdrenRick Anderson
authored andcommitted
Update tutorial-your-first-web-api.md (dotnet#3201)
1 parent 862fb8a commit ff7c337

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

aspnet/web-api/overview/getting-started-with-aspnet-web-api/tutorial-your-first-web-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ The scaffolding creates a file named ProductsController.cs in the Controllers fo
8888
![](tutorial-your-first-web-api/_static/image8.png)
8989

9090
> [!NOTE]
91-
> You don't need to put your contollers into a folder named Controllers. The folder name is just a convenient way to organize your source files.
91+
> You don't need to put your controllers into a folder named Controllers. The folder name is just a convenient way to organize your source files.
9292
9393

9494
If this file is not open already, double-click the file to open it. Replace the code in this file with the following:
@@ -188,4 +188,4 @@ You need an Azure account to deploy this solution to Azure. If you do not alread
188188

189189
- For a more complete example of an HTTP service that supports POST, PUT, and DELETE actions and writes to a database, see [Using Web API 2 with Entity Framework 6](../data/using-web-api-with-entity-framework/part-1.md).
190190
- For more about creating fluid and responsive web applications on top of an HTTP service, see [ASP.NET Single Page Application](../../../single-page-application/index.md).
191-
- For information about how to deploy a Visual Studio web project to Azure App Service, see [Create an ASP.NET web app in Azure App Service](https://azure.microsoft.com/en-us/documentation/articles/web-sites-dotnet-get-started/).
191+
- For information about how to deploy a Visual Studio web project to Azure App Service, see [Create an ASP.NET web app in Azure App Service](https://azure.microsoft.com/en-us/documentation/articles/web-sites-dotnet-get-started/).

0 commit comments

Comments
 (0)