We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bbe8e48 + 2e05457 commit 19adf7cCopy full SHA for 19adf7c
2-ui/4-forms-controls/2-focus-blur/3-editable-div/task.md
@@ -8,6 +8,6 @@ Create a `<div>` that turns into `<textarea>` when clicked.
8
9
The textarea allows to edit the HTML in the `<div>`.
10
11
-When the user presses `key:Enter` or it looses focus, the `<textarea>` turns back into `<div>`, and its content becomes HTML in `<div>`.
+When the user presses `key:Enter` or it loses focus, the `<textarea>` turns back into `<div>`, and its content becomes HTML in `<div>`.
12
13
[demo src="solution"]
0 commit comments