Skip to content

Commit ea492cf

Browse files
obratvedthenningtandberg
authored andcommitted
Fix spelling error in README.md
1 parent 2d09803 commit ea492cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ internal sealed MyCustomCommandHandler :
8585
}
8686
```
8787

88-
### Dependecny Injection
88+
### Dependency Injection
8989
```csharp
90-
sercies.AddMando(Assembly.GetExecutingAssembly()))
90+
services.AddMando(Assembly.GetExecutingAssembly()))
9191
```
9292

9393
This registers

0 commit comments

Comments
 (0)