Fix ToDo casing. (#21703)

pull/21704/head
Daniel Roth 2021-03-06 11:44:20 +00:00 committed by GitHub
parent 17e813462b
commit f14d357572
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.