diff --git a/15/umbraco-cms/implementation/custom-routing/signalR.md b/15/umbraco-cms/implementation/custom-routing/signalR.md index c32670548cd..af7788eeb8b 100644 --- a/15/umbraco-cms/implementation/custom-routing/signalR.md +++ b/15/umbraco-cms/implementation/custom-routing/signalR.md @@ -36,7 +36,7 @@ public class TestHub : Hub ## Define a custom route -Next up, is defining a custom route. For this, we are going to use a `IAreaRoutes` and the base umbrace backend path so we dont have to reserve another path in the settings. +Next up, is defining a custom route. Use `IAreaRoutes` and the base Umbraco backend path so there's no need to reserve another path in the settings. ```csharp using Microsoft.AspNetCore.Builder;