Skip to content

Commit 23560f4

Browse files
committed
fixed the typo on 404 page
1 parent eec4f34 commit 23560f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/NotFoundComponent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const NotFoundComponent = () => {
1616
<p>No page found at this url.</p>
1717
<p>
1818
{' '}
19-
Please got back to the <Link to="/">homepage.</Link>
19+
Please go back to the <Link to="/">homepage.</Link>
2020
</p>
2121
</div>
2222
</ContactStyle>

0 commit comments

Comments
 (0)