Skip to content

Commit c6a9faa

Browse files
author
Fuchen Shi
authored
fix: format
1 parent f13632f commit c6a9faa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/todos.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<h1><%= title %></h1>
99
<form action="/todos" method="POST">
1010
<input type="text" name="content" />
11-
<input type="submit" value="new todo" />
11+
<input type="submit" value="New todo" />
1212
</form>
1313
<ul>
1414
<% for(var i=0; i<todos.length; i++) {%>

0 commit comments

Comments
 (0)