Skip to content

Commit ff1c8a8

Browse files
authored
fix: typo in LocalStorage.md
2 parents bff7b4a + 61d417b commit ff1c8a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/LocalStorage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {LocalStorage} from 'libreact/lib/LocalStorage';
99

1010
<LocalStorage name='foo' data='bar' />
1111
<LocalStorage name='foo2' data='baz' persist />
12-
<LocalStorage name='foo3' data='bazooka' persit onMount={data => {/* ... */}} />
12+
<LocalStorage name='foo3' data='bazooka' persist onMount={data => {/* ... */}} />
1313
```
1414

1515
## Props

0 commit comments

Comments
 (0)