Skip to content

Commit 9416ddf

Browse files
committed
fix a typo in header
1 parent be21708 commit 9416ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/LayoutHeader/Header.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ const Header = ({location}: {location: Location}) => (
122122
}}>
123123
<HeaderLink
124124
isActive={location.pathname.includes('/docs/')}
125-
title="Dökümantasyon"
125+
title="Dokümantasyon"
126126
to="/docs/getting-started.html"
127127
/>
128128
<HeaderLink

0 commit comments

Comments
 (0)