Skip to content
This repository has been archived by the owner on Apr 20, 2019. It is now read-only.

Commit

Permalink
Update build-your-first-blazor-app.md (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
danroth27 authored and guardrex committed Nov 13, 2018
1 parent 32003e3 commit eb10a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/build-your-first-blazor-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ Add a new page to the app that implements a simple todo list.
1. Add a *TodoItem.cs* file to the root of the project to hold a class to represent the todo items.
1. Use the following C# code for the `ToDoItem` class.
1. Use the following C# code for the `TodoItem` class.
```csharp
public class TodoItem
Expand Down

0 comments on commit eb10a8c

Please sign in to comment.