File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -96,9 +96,9 @@ This checkbox toggles all the todos to the same state as itself. Make sure to cl
96
96
97
97
A todo item has three possible interactions:
98
98
99
- 1 . Clicking the checkbox marks the todo as complete by updating it's ` completed ` value and toggling the class ` completed ` on it's parent ` <li> `
99
+ 1 . Clicking the checkbox marks the todo as complete by updating its ` completed ` value and toggling the class ` completed ` on its parent ` <li> `
100
100
101
- 2 . Double-clicking the ` <label> ` activates editing mode, by toggling the ` .editing ` class on it's ` <li> `
101
+ 2 . Double-clicking the ` <label> ` activates editing mode, by toggling the ` .editing ` class on its ` <li> `
102
102
103
103
3 . Hovering over the todo shows the remove button (` .destroy ` )
104
104
You can’t perform that action at this time.
0 commit comments