From 71567d99666b29780c60345a44ee82b97f653a8c Mon Sep 17 00:00:00 2001 From: paroche <46547072+paroche@users.noreply.github.com> Date: Tue, 20 Aug 2019 16:45:04 -0600 Subject: [PATCH] in task, change "occasionally" to "accidentally" --- 6-data-storage/02-localstorage/1-form-autosave/task.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: