Skip to content

Commit 5d88171

Browse files
Merge pull request #11 from klaseca/fix-typo
Fixed typo
2 parents 6e2ad92 + 23c4a88 commit 5d88171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/intermediate/databases-and-orms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ var connectionString = "server=127.0.0.1;port=5432;database=momo;user id=postgre
157157
builder.Services.AddSingleton(new DbConfig(connectionString));
158158
builder.Services.AddDbContext<Database>();
159159
160-
var app = var app = builder.Build();
160+
var app = builder.Build();
161161
162162
// ⚠️ ONLY DEMO CODE; NOT FOR PROD ⚠️
163163
// Get our database from DI and ensure we create it

0 commit comments

Comments
 (0)