Merge pull request #786 from DarkPurple141/patch-1

Typo in editable div task
This commit is contained in:
Ilya Kantor 2019-02-06 18:22:23 +03:00 committed by GitHub
commit 19adf7c349
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,6 @@ Create a `<div>` that turns into `<textarea>` when clicked.
The textarea allows to edit the HTML in the `<div>`.
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>`.
[demo src="solution"]