Skip to content

Commit dc67c3b

Browse files
committed
Fix a typo
1 parent 9898916 commit dc67c3b

File tree

2 files changed

+1
-74
lines changed

2 files changed

+1
-74
lines changed

.github/workflows/codeql.yml

Lines changed: 0 additions & 73 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public class PeopleEndpoints : MinimalHelpers.Routing.IEndpointRouteHandlerBuild
4040
}
4141
```
4242

43-
Call the `MapEndpoints()` extension method on the **WebApplication** object inside *Program.cs* before invoking the `Run()` method;
43+
Call the `MapEndpoints()` extension method on the **WebApplication** object inside *Program.cs* before invoking the `Run()` method:
4444

4545
```csharp
4646
// using MinimalHelpers.Routing;

0 commit comments

Comments
 (0)