Skip to content

Commit dec1b81

Browse files
fix typo
1 parent da40aab commit dec1b81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

5-blazor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ Let's add some error handling and indicators to our board to make the current st
390390
```
391391

392392
- The `CurrentTurn` property is automatically calculated based on the state of the `winnerMessage` and the `PlayerTurn` property of the `GameState`.
393-
- The `ResetStyle` is calculated based on contents of the `WinnerMessage`. If there's a `winnerMessage`, we make the reset button appear on screen.
393+
- The `ResetStyle` is calculated based on contents of the `winnerMessage`. If there's a `winnerMessage`, we make the reset button appear on screen.
394394

395395
1. Let's handle the error message when a piece is played. Add a line to clear the error message and then wrap the code in the `PlayPiece` method with a `try...catch` block to set the `errorMessage` if an exception occurred:
396396

0 commit comments

Comments
 (0)