From 749759579746fd84f7f3734fd144c000b35eaf93 Mon Sep 17 00:00:00 2001 From: Juan Mejia <13546698+JuanMejiaVelez@users.noreply.github.com> Date: Fri, 28 Jul 2017 06:41:49 -0700 Subject: [PATCH] fixing a minor typo "aboout" instead of about (#3842) --- .../web-api-routing-and-actions/routing-in-aspnet-web-api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnet/web-api/overview/web-api-routing-and-actions/routing-in-aspnet-web-api.md b/aspnet/web-api/overview/web-api-routing-and-actions/routing-in-aspnet-web-api.md index f7bfc0bd02..418fc081bd 100644 --- a/aspnet/web-api/overview/web-api-routing-and-actions/routing-in-aspnet-web-api.md +++ b/aspnet/web-api/overview/web-api-routing-and-actions/routing-in-aspnet-web-api.md @@ -35,7 +35,7 @@ This route is defined in the WebApiConfig.cs file, which is placed in the App\_S ![](routing-in-aspnet-web-api/_static/image1.png) -For more information aboout the **WebApiConfig** class, see [Configuring ASP.NET Web API](../advanced/configuring-aspnet-web-api.md). +For more information about the **WebApiConfig** class, see [Configuring ASP.NET Web API](../advanced/configuring-aspnet-web-api.md). If you self-host Web API, you must set the routing table directly on the **HttpSelfHostConfiguration** object. For more information, see [Self-Host a Web API](../older-versions/self-host-a-web-api.md). @@ -118,4 +118,4 @@ To prevent a method from getting invoked as an action, use the **NonAction** att ## Further Reading -This topic provided a high-level view of routing. For more detail, see [Routing and Action Selection](routing-and-action-selection.md), which describes exactly how the framework matches a URI to a route, selects a controller, and then selects the action to invoke. \ No newline at end of file +This topic provided a high-level view of routing. For more detail, see [Routing and Action Selection](routing-and-action-selection.md), which describes exactly how the framework matches a URI to a route, selects a controller, and then selects the action to invoke.