Skip to content

Commit

Permalink
Fix typo in LocalStorage.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stackdumper authored Feb 12, 2019
1 parent bff7b4a commit 61d417b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/LocalStorage.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {LocalStorage} from 'libreact/lib/LocalStorage';

<LocalStorage name='foo' data='bar' />
<LocalStorage name='foo2' data='baz' persist />
<LocalStorage name='foo3' data='bazooka' persit onMount={data => {/* ... */}} />
<LocalStorage name='foo3' data='bazooka' persist onMount={data => {/* ... */}} />
```

## Props
Expand Down

0 comments on commit 61d417b

Please sign in to comment.