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 1/2] 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. From 934ab085f4dda9cff5fb54919c59e018d6a96bf1 Mon Sep 17 00:00:00 2001 From: Friedrich von Never Date: Fri, 28 Jul 2017 21:42:56 +0800 Subject: [PATCH 2/2] Fix a sample for OWIN Startup Class Detection (#3843) The redundant space there makes the option inoperative. --- .../owin-startup-class-detection/samples/sample6.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnet/aspnet/overview/owin-and-katana/owin-startup-class-detection/samples/sample6.xml b/aspnet/aspnet/overview/owin-and-katana/owin-startup-class-detection/samples/sample6.xml index 8fc7eb4183..5b8a0b25f0 100644 --- a/aspnet/aspnet/overview/owin-and-katana/owin-startup-class-detection/samples/sample6.xml +++ b/aspnet/aspnet/overview/owin-and-katana/owin-startup-class-detection/samples/sample6.xml @@ -1 +1 @@ - \ No newline at end of file +