Skip to content

Commit 3a614bf

Browse files
committed
fix(todo): fix typo
Signed-off-by: azu <[email protected]>
1 parent 20ce197 commit 3a614bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/use-case/todoapp/form-event/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description: "TodoアプリへTodoアイテムを追加するフォームを作
1313

1414
まず、Todoアプリではどのような操作をしたら、Todoアイテムを追加できるかを見ていきます。
1515

16-
Todoアプリでは、ユーザーが次のような操作した場合に、Todoアイテムを追加します。
16+
Todoアプリでは、ユーザーが次のような操作をした場合に、Todoアイテムを追加します。
1717

1818
1. 入力欄にTodoアイテムのタイトルを入力する
1919
2. 入力欄でEnterキーを押して送信する

0 commit comments

Comments
 (0)