Skip to content

Commit b69bf93

Browse files
committed
Make comments easier to read
1 parent 3f52b94 commit b69bf93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/NewTodo.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<form @submit.prevent="addTodo">
3-
<!--all fields are required-->
3+
<!--all fields are required in order to add a task-->
44
Name:<br /><!--task name can be up to 255 characters in length-->
55
<input
66
class="todo-input"

0 commit comments

Comments
 (0)