Skip to content

Commit fdeac62

Browse files
authored
docs(readme): fix typo
1 parent f7bdf11 commit fdeac62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ services.AddScoped<IEntityRepository<MyEntity,Guid>, MyAuthorizedEntityRepositor
180180

181181
A sample implementation might look like:
182182

183-
```chsarp
183+
```csharp
184184
public class MyAuthorizedEntityRepository : DefaultEntityRepository<MyEntity>
185185
{
186186
private readonly ILogger _logger;

0 commit comments

Comments
 (0)