Skip to content
This repository was archived by the owner on Jun 30, 2024. It is now read-only.

Commit 4f968e0

Browse files
Merge pull request #9 from acesyde/patch-1
Fix typo
2 parents 3167475 + e5d0194 commit 4f968e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/application/command-api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ When using an application service from an HTTP controller, you'd usually inject
1010

1111
```csharp
1212
[Route("/booking")]
13-
public class CommandApi : ConteollerBase {
13+
public class CommandApi : ControllerBase {
1414
IApiService<Booking> _service;
1515

1616
public CommandApi(IApplicationService<Booking> service) => _service = service;

0 commit comments

Comments
 (0)