From 251a89eaf4702cd338b30a6635dbf59acbb48817 Mon Sep 17 00:00:00 2001 From: Mitchell McCaffrey Date: Tue, 3 Nov 2020 16:17:35 +1100 Subject: [PATCH] Updated comment on Settings class --- src/helpers/Settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helpers/Settings.js b/src/helpers/Settings.js index ffd029b..348fc3f 100644 --- a/src/helpers/Settings.js +++ b/src/helpers/Settings.js @@ -1,7 +1,7 @@ import FakeStorage from "./FakeStorage"; /** - * An interface to a local storage back settings store with a versioning mechanism + * An interface to a local storage backed settings store with a versioning mechanism */ class Settings { name;