Skip to content

Commit

Permalink
docs: fix link to useError.md
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich committed Jan 28, 2020
2 parents 371c36d + e655a33 commit 90eca90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stories/useError.story.tsx
Expand Up @@ -38,7 +38,7 @@ const Demo = () => {
};

storiesOf('Side effects|useError', module)
.add('Docs', () => <ShowDocs md={require('../docs/useLocalStorage.md')} />)
.add('Docs', () => <ShowDocs md={require('../docs/useError.md')} />)
.add('Demo', () => (
<ErrorBoundary>
<Demo />
Expand Down

0 comments on commit 90eca90

Please sign in to comment.