Skip to content

Commit

Permalink
fix(docz-theme-default): not found typo (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrF authored and pedronauck committed Jul 30, 2018
1 parent 259b72d commit 8c9f74e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docz-theme-default/src/components/ui/NotFound.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const NotFound = () => (
<Wrapper>
<Title>Page Not Found</Title>
<Subtitle>
Check if you haven't changed the document route or delete it!
Check if you haven't changed the document route or deleted it!
</Subtitle>
</Wrapper>
</Main>
Expand Down

0 comments on commit 8c9f74e

Please sign in to comment.