Skip to content

Commit 6319832

Browse files
authored
Documentation Typo
1 parent d536c74 commit 6319832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ persistor.getSize();
9292
```
9393
9494
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.
95+
a `persistenceMapper` function as an optional parameter to the `CachePersistor`. E.g.
9696
9797
```ts
9898
const persistor = new CachePersistor({

0 commit comments

Comments
 (0)