We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f13632f commit c6a9faaCopy full SHA for c6a9faa
views/todos.ejs
@@ -8,7 +8,7 @@
8
<h1><%= title %></h1>
9
<form action="/todos" method="POST">
10
<input type="text" name="content" />
11
- <input type="submit" value="new todo" />
+ <input type="submit" value="New todo" />
12
</form>
13
<ul>
14
<% for(var i=0; i<todos.length; i++) {%>
0 commit comments