Skip to content

Commit

Permalink
Fix typo in Server first intro (#1317)
Browse files Browse the repository at this point in the history
  • Loading branch information
rajasegar authored Nov 4, 2024
1 parent 12f8b40 commit cdccfff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/_components/landing-page/Intro.astro
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import IntroPoint from '../IntroPoint.astro';
</div>
<Fragment slot="description">
Astro improves website performance by rendering components on the server, sending
lightweight HTML to the browser with zero unneccessary JavaScript overhead.
lightweight HTML to the browser with zero unnecessary JavaScript overhead.
</Fragment>
</IntroPoint>

Expand Down

0 comments on commit cdccfff

Please sign in to comment.