We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d536c74 commit 6319832Copy full SHA for 6319832
docs/advanced-usage.md
@@ -92,7 +92,7 @@ persistor.getSize();
92
```
93
94
Additionally, you can control what portions of your cache are persisted by passing
95
-a `persistenceMapper` function as an optional paramemter to the `CachePersistor`. E.g.
+a `persistenceMapper` function as an optional parameter to the `CachePersistor`. E.g.
96
97
```ts
98
const persistor = new CachePersistor({
0 commit comments