Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4b40ecb

Browse files
committedNov 7, 2024·
Fix typo in HeroComponent
1 parent 3bb9078 commit 4b40ecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/components/HeroSection/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const HeroSection: React.FC = () => {
4646
className="button button--secondary button--lg"
4747
to="https://ts-graphviz.github.io/ts-graphviz/"
4848
>
49-
<Translate id="HeroSection.api">API Refarence 📖</Translate>
49+
<Translate id="HeroSection.api">API Reference 📖</Translate>{' '}
5050
</Link>
5151
</div>
5252
{init ? (

0 commit comments

Comments
 (0)
Please sign in to comment.