From f14d357572daa1a78cb6299092e975c4026e7773 Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Sat, 6 Mar 2021 11:44:20 +0000 Subject: [PATCH] Fix ToDo casing. (#21703) --- aspnetcore/tutorials/build-a-blazor-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/tutorials/build-a-blazor-app.md b/aspnetcore/tutorials/build-a-blazor-app.md index 83c5e86df2..eed115f984 100644 --- a/aspnetcore/tutorials/build-a-blazor-app.md +++ b/aspnetcore/tutorials/build-a-blazor-app.md @@ -121,7 +121,7 @@ At the end of this tutorial, you'll have a working todo list app. ::: moniker-end > [!NOTE] - > If using Visual Studio to create the `ToDoItem.cs` file and `ToDoItem` class, use either of the following approaches: + > If using Visual Studio to create the `TodoItem.cs` file and `TodoItem` class, use either of the following approaches: > > * Remove the namespace that Visual Studio generates for the class. > * Use the **Copy** button in the preceding code block and replace the entire contents of the file that Visual Studio generates.