Skip to content

Commit e3ce95c

Browse files
committed
fix it's/its usage in app-spec.md
1 parent da803b6 commit e3ce95c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app-spec.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ This checkbox toggles all the todos to the same state as itself. Make sure to cl
9696

9797
A todo item has three possible interactions:
9898

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>`
100100

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>`
102102

103103
3. Hovering over the todo shows the remove button (`.destroy`)
104104

0 commit comments

Comments
 (0)