From 070d04334b2b9d739d2cdc47116cb97702d89658 Mon Sep 17 00:00:00 2001 From: Alex <42818181+alex-lvl@users.noreply.github.com> Date: Sun, 3 Mar 2024 11:38:37 -0500 Subject: [PATCH] fix: blockchain typo (#5282) Co-authored-by: Alex Marmolejo --- src/pages/get-started.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/get-started.astro b/src/pages/get-started.astro index 517a29656..bab443cbd 100644 --- a/src/pages/get-started.astro +++ b/src/pages/get-started.astro @@ -381,7 +381,7 @@ import { TipItem } from '../components/GetStarted/TipItem'; icon={PenSquare} title='Blockchain' link='/blockchain' - description='Learn all you need to know to become a Technical Writer.' + description='Learn all you need to know to become a Blockchain Developer.' />