Skip to content

Commit

Permalink
Fix typo in localstorage-meta-optimizer-docs (#4776)
Browse files Browse the repository at this point in the history
Co-authored-by: Adam <team@readwise.io>
  • Loading branch information
adam-lynch and Adam authored Jun 14, 2023
1 parent fb14927 commit 49fbc38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-src/rx-storage-localstorage-meta-optimizer.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The meta optimizer gets wrapped around any other RxStorage. It will then automat
```ts
import {
getLocalstorageMetaOptimizerRxStorage
} from 'rxdb-premium/plugins/localstorage-meta-optimizer';
} from 'rxdb-premium/plugins/storage-localstorage-meta-optimizer';

import { getRxStorageDexie } from 'rxdb/plugins/storage-dexie';

Expand Down

0 comments on commit 49fbc38

Please sign in to comment.