From 0ad314c6a0f69ab92bc295123bd7d797da8d5c7c Mon Sep 17 00:00:00 2001 From: Bora Lee Date: Thu, 22 Apr 2021 18:17:19 +0900 Subject: [PATCH] fix grammar --- 2-ui/4-forms-controls/2-focus-blur/4-edit-td-click/task.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2-ui/4-forms-controls/2-focus-blur/4-edit-td-click/task.md b/2-ui/4-forms-controls/2-focus-blur/4-edit-td-click/task.md index 2cccea02..378bd1f5 100644 --- a/2-ui/4-forms-controls/2-focus-blur/4-edit-td-click/task.md +++ b/2-ui/4-forms-controls/2-focus-blur/4-edit-td-click/task.md @@ -6,7 +6,7 @@ importance: 5 Make table cells editable on click. -- On click -- the cell should became "editable" (textarea appears inside), we can change HTML. There should be no resize, all geometry should remain the same. +- On click -- the cell should become "editable" (textarea appears inside), we can change HTML. There should be no resize, all geometry should remain the same. - Buttons OK and CANCEL appear below the cell to finish/cancel the editing. - Only one cell may be editable at a moment. While a `` is in "edit mode", clicks on other cells are ignored. - The table may have many cells. Use event delegation.