Skip to content

Commit

Permalink
fix: typo in LocalStorage.md
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich authored Feb 12, 2019
2 parents bff7b4a + 61d417b commit ff1c8a8
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

1 comment on commit ff1c8a8

@streamich
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Build version: 2.12.1-master.168 🤞 master on Travis 🎉

Please sign in to comment.