Skip to content

Commit cde49de

Browse files
authored
Fix code snippet link in tutorial: removed typo
1 parent 62c3551 commit cde49de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/tutorials/first-web-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ In ASP.NET Core, services such as the DB context must be registered with the [de
268268

269269
Update `Program.cs` with the following highlighted code:
270270

271-
[!code-csharp[](~/tutorials/first-web-api/samples/9.0/TodoApi/Program.cs?name=snippet_Final_Add_DBContext=&highlight=1-2,9-10)]
271+
[!code-csharp[](~/tutorials/first-web-api/samples/9.0/TodoApi/Program.cs?name=snippet_Final_Add_DBContext&highlight=1-2,9-10)]
272272

273273
The preceding code:
274274

0 commit comments

Comments
 (0)