Skip to content

Commit 940a2d5

Browse files
committed
Fixed typos
1 parent 119cc4d commit 940a2d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/common/SocialSection.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const SocialSection = () => {
6060
<Heart size={48} />
6161
<Typography variant="headline-body">Become a Sponsor</Typography>
6262
<Typography variant="body-reduced">
63-
Don&apos;t have time to contribute? You can show your support by becaoming a sponsor.
63+
Don&apos;t have time to contribute? You can show your support by becoming a sponsor.
6464
</Typography>
6565
<Typography variant="body-reduced"><a href={links.githubSponsor}>Sponsor the Project</a></Typography>
6666
</Stack>

components/pages/home/sections/IntroFeaturesSection.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const IntroFeaturesSection = () => {
1818
<Zap size={gap} />
1919
<Typography variant="intro" gutterTop>macOS Native</Typography>
2020
<Typography variant="intro" style={{ opacity: .5 }}>
21-
Harness the full power of your Mac, something only possible with our completely native archetecture developed in Swift.
21+
Harness the full power of your Mac, something only possible with our completely native architecture developed in Swift.
2222
</Typography>
2323
</Stack>
2424
</GridItem>

0 commit comments

Comments
 (0)