Updated comment on Settings class

This commit is contained in:
Mitchell McCaffrey 2020-11-03 16:17:35 +11:00
parent 0f68559e41
commit 251a89eaf4

View File

@ -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;