From 7ca7e9568ef00718e9defa2dc51330ea712e5774 Mon Sep 17 00:00:00 2001 From: Cervon Wong Date: Mon, 30 Nov 2020 18:13:54 +0800 Subject: [PATCH] Update web.md to fix spelling IndexeDb -> IndexedDb --- docs/content/en/docs/Other engines/web.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/en/docs/Other engines/web.md b/docs/content/en/docs/Other engines/web.md index 0371a313..6566fd04 100644 --- a/docs/content/en/docs/Other engines/web.md +++ b/docs/content/en/docs/Other engines/web.md @@ -93,4 +93,4 @@ To use this implementation on browsers that support it, replace `WebDatabase(nam WebDatabase.withStorage(MoorWebStorage.indexedDbIfSupported(name)) ``` -Moor will automatically migrate data from local storage to `IndexeDb` when it is available. \ No newline at end of file +Moor will automatically migrate data from local storage to `IndexedDb` when it is available.