From ab936df8edea31be5dab004582fc440413f9377c Mon Sep 17 00:00:00 2001 From: Anton Date: Mon, 7 Oct 2024 14:42:45 +0200 Subject: [PATCH] Fix typo in index page --- src/pages/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.js b/src/pages/index.js index 542ac68..b90b479 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -57,7 +57,7 @@ function FeaturesSection() { { title: "Build", description: - "Start building on Nillion with one of our developer quickstart guides. Create fullstack Python and Javscript applications with Nada.", + "Start building on Nillion with one of our developer quickstart guides. Create fullstack Python and JavaScript applications with Nada.", icon: "👷", href: "./start-building", },