Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 15/umbraco-cms/implementation/custom-routing/signalR.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

## 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. For this, we are going to use a `IAreaRoutes` and the base Umbraco backend path so we don't have to reserve another path in the settings.

Check warning on line 39 in 15/umbraco-cms/implementation/custom-routing/signalR.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [UmbracoDocs.SentenceLength] Write shorter sentences (less than 25 words). Raw Output: {"message": "[UmbracoDocs.SentenceLength] Write shorter sentences (less than 25 words).", "location": {"path": "15/umbraco-cms/implementation/custom-routing/signalR.md", "range": {"start": {"line": 39, "column": 38}}}, "severity": "WARNING"}

```csharp
using Microsoft.AspNetCore.Builder;
Expand Down
Loading