Skip to content

Commit 5f1d5cd

Browse files
Fix documentation
1 parent 0ff5d49 commit 5f1d5cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/WriteUnitTests.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public class CustomerRepository
5757

5858
Which use the following `DbContext` implementation:
5959

60-
```json
60+
```csharp
6161
public class DemoAppDbContext : DbContext
6262
{
6363
public DemoAppDbContext(DbContextOptions<DemoAppDbContext> options)

0 commit comments

Comments
 (0)