From 4fb3dc63388a505db5c9e9e26fc2fb59bb0b9b23 Mon Sep 17 00:00:00 2001 From: "posthog-org-app[bot]" <295580623+posthog-org-app[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 10:13:27 +0000 Subject: [PATCH] fix: correct "transpilled" typo on About page Change "transpilled" to "transpiled" in the About page tech-stack sentence. Generated-By: PostHog Code Task-Id: 742068d5-2dd7-42ce-8a25-c91bd71fe732 --- src/pages/about.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/about.astro b/src/pages/about.astro index 1972dcd..4de41ff 100644 --- a/src/pages/about.astro +++ b/src/pages/about.astro @@ -40,7 +40,7 @@ import MainLayout from 'layouts/main-layout.astro';
I’m a big fan of web technologies. By the way, this website was built using Astro, Tailwind, vanilla
- JavaScript (transpilled TypeScript in fact), and hosted on Cloudflare Pages. You can find the source code on