Skip to content

Commit

Permalink
Merge pull request #1 from ryanwelcher/feature/drafter-test
Browse files Browse the repository at this point in the history
Remove extraneous comment.
  • Loading branch information
ryanwelcher authored May 15, 2024
2 parents d326f18 + 705eed1 commit 7db7c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const { state, actions, helpers } = store( 'to-dos', {
return ` ${ _n(
'item',
'items',
state.toDosLeft, // Hint: DON'T call 'state.toDosLeft()' here.
state.toDosLeft,
'to-do-mvc'
) } left`;
},
Expand Down

0 comments on commit 7db7c3c

Please sign in to comment.