From cdccffff8435db42b07cd730a9e4ea16076515d5 Mon Sep 17 00:00:00 2001 From: Rajasegar Chandran Date: Mon, 4 Nov 2024 16:02:01 +0530 Subject: [PATCH] Fix typo in Server first intro (#1317) --- src/pages/_components/landing-page/Intro.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/_components/landing-page/Intro.astro b/src/pages/_components/landing-page/Intro.astro index d62b6373db..a6f2e79fd3 100644 --- a/src/pages/_components/landing-page/Intro.astro +++ b/src/pages/_components/landing-page/Intro.astro @@ -30,7 +30,7 @@ import IntroPoint from '../IntroPoint.astro'; 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.