Skip to content

Commit e4788d0

Browse files
made a small change
1 parent f52658f commit e4788d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/TodoApp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export default function TodoApp({
5555
<input
5656
autoFocus={true}
5757
className="new-todo"
58-
placeholder="What needs to be done?"
58+
placeholder="Anything needs to be done?"
5959
value={newTodo}
6060
onChange={e => {
6161
setNewTodo(e.target.value);

0 commit comments

Comments
 (0)