Skip to content

Commit

Permalink
Update todo.ejs
Browse files Browse the repository at this point in the history
  • Loading branch information
AnkurSingh1411 authored Jul 5, 2023
1 parent 20e6a2d commit 0c6642d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/todo.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<form action="/todo/add/" method="post">
<p>
<label for="newtodo">What shoud I do?</label>
<label for="newtodo">What shoud I do for u?</label>
<input type="text" name="newtodo" id="newtodo" autofocus />
<input type="submit" value="Add" />
</p>
Expand Down

0 comments on commit 0c6642d

Please sign in to comment.