Skip to content

Commit 2842f66

Browse files
authored
Fix typo in heading in index.js
Tehcnical --> Technical on the main page.
1 parent 4172a1f commit 2842f66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export default function Home() {
6262
<HomepageFeatures />
6363
<hr />
6464
<div className="text--center padding-horiz--md margin-bottom--lg">
65-
<Heading as="h1">About The Tehcnical Reference</Heading>
65+
<Heading as="h1">About The Technical Reference</Heading>
6666
{/* {description} */}
6767
</div>
6868
{/* <h1>The Tehcnical Reference</h1> */}

0 commit comments

Comments
 (0)