Skip to content

Commit 19adf7c

Browse files
authored
Merge pull request javascript-tutorial#786 from DarkPurple141/patch-1
Typo in editable div task
2 parents bbe8e48 + 2e05457 commit 19adf7c

File tree

1 file changed

+1
-1
lines changed
  • 2-ui/4-forms-controls/2-focus-blur/3-editable-div

1 file changed

+1
-1
lines changed

2-ui/4-forms-controls/2-focus-blur/3-editable-div/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ Create a `<div>` that turns into `<textarea>` when clicked.
88

99
The textarea allows to edit the HTML in the `<div>`.
1010

11-
When the user presses `key:Enter` or it looses focus, the `<textarea>` turns back into `<div>`, and its content becomes HTML in `<div>`.
11+
When the user presses `key:Enter` or it loses focus, the `<textarea>` turns back into `<div>`, and its content becomes HTML in `<div>`.
1212

1313
[demo src="solution"]

0 commit comments

Comments
 (0)