Skip to content

Commit 2cebf7f

Browse files
authored
Update sql-server-entity-framework-integration.md (#2841)
missing a semicolon
1 parent 857ebcc commit 2cebf7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/database/sql-server-entity-framework-integration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ builder.EnrichSqlServerDbContext<ExampleDbContext>(
9090
configureSettings: settings =>
9191
{
9292
settings.DisableRetry = false;
93-
settings.CommandTimeout = 30 // seconds
93+
settings.CommandTimeout = 30; // seconds
9494
});
9595
```
9696

0 commit comments

Comments
 (0)