Skip to content

Commit

Permalink
Fix messages
Browse files Browse the repository at this point in the history
  • Loading branch information
martinwoodward committed Sep 2, 2020
1 parent 10c8fe7 commit fd4c1e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pages/Index.cshtml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class IndexModel : PageModel
public string[] Messages {
get {
return new string[] {
"Hallo Wereld!",
"Hello MVP's!",
"Would you like a Cup<T>?",
".NET all the things!",
"Would you like to play a game?"
Expand Down

0 comments on commit fd4c1e1

Please sign in to comment.