Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

Fix NotFound typo. #173

Merged
merged 1 commit into from
Jul 30, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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