Skip to content

Commit 8001445

Browse files
authored
Fix typo in idea for improvement 2.
Pretty sure "currently-selected" must be "currently selected".
1 parent 89cf6d2 commit 8001445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/tutorial/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1091,7 +1091,7 @@ Check out the final result here: [Final Result](https://codepen.io/gaearon/pen/g
10911091
If you have extra time or want to practice your new skills, here are some ideas for improvements you could make, listed in order of increasing difficulty:
10921092
10931093
1. Display the move locations in the format "(1, 3)" instead of "6".
1094-
2. Bold the currently-selected item in the move list.
1094+
2. Bold the currently selected item in the move list.
10951095
3. Rewrite Board to use two loops to make the squares instead of hardcoding them.
10961096
4. Add a toggle button that lets you sort the moves in either ascending or descending order.
10971097
5. When someone wins, highlight the three squares that caused the win.

0 commit comments

Comments
 (0)