From 821c4f6459af2f9a7213a35e496b03eda33c78a2 Mon Sep 17 00:00:00 2001 From: marsnebulasoup <52974834+marsnebulasoup@users.noreply.github.com> Date: Thu, 24 Jun 2021 11:13:01 -0500 Subject: [PATCH] chore(storage): fix typo in readme --- storage/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/README.md b/storage/README.md index 405a2650f..962b49b4a 100644 --- a/storage/README.md +++ b/storage/README.md @@ -2,7 +2,7 @@ The Storage API provides a simple key/value persistent store for lightweight data. -Mobile OS's may periodically clear data set in `window.localStorage`, so this +Mobile OSs may periodically clear data set in `window.localStorage`, so this API should be used instead. This API will fall back to using `localStorage` when running as a Progressive Web App.