diff --git a/6-data-storage/02-localstorage/1-form-autosave/task.md b/6-data-storage/02-localstorage/1-form-autosave/task.md index b2e0a422..2b147d79 100644 --- a/6-data-storage/02-localstorage/1-form-autosave/task.md +++ b/6-data-storage/02-localstorage/1-form-autosave/task.md @@ -3,7 +3,7 @@ Create a `textarea` field that "autosaves" its value on every change. -So, if the user occasionally closes the page, and opens it again, he'll find his unfinished input at place. +So, if the user accidentally closes the page, and opens it again, he'll find his unfinished input at place. Like this: