From e01754136737e82fc1b4f3c575b14d8cc6f75f0c Mon Sep 17 00:00:00 2001 From: cms Date: Fri, 5 Feb 2021 11:45:30 +0000 Subject: [PATCH] Minor typo corrections for tutorial-14 small grammar edits --- tutorial/14-tutorial.lisp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tutorial/14-tutorial.lisp b/tutorial/14-tutorial.lisp index bb563fe..a217e43 100644 --- a/tutorial/14-tutorial.lisp +++ b/tutorial/14-tutorial.lisp @@ -29,9 +29,9 @@ "

Local Storage vs Session Storage

The value of local storage persists in browser cache even after browser closed. -If you reset this page the session storage key will remain the same, but openning -in another window or tab will be a new session but if came from a click from this -window the session keys are copied first to the new window.

+If you reset this page the session storage key will remain the same, but opening +in another window or tab will be a new session, but if it came from a click from +this window the session keys are copied first to the new window.


Another Window = Different Session