From 2c7bb88d04dc2b00232bb6455a88628156ffce92 Mon Sep 17 00:00:00 2001 From: Joshua <66284362+kohasummons@users.noreply.github.com> Date: Fri, 23 Feb 2024 21:54:48 +0100 Subject: [PATCH] Fix typo in the quickstart section --- docs/1.guide/1.index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/1.guide/1.index.md b/docs/1.guide/1.index.md index 5384cbde..b3f7df76 100644 --- a/docs/1.guide/1.index.md +++ b/docs/1.guide/1.index.md @@ -46,7 +46,7 @@ npx --yes listhen -w --open ./app.ts ``` > [!TIP] -> You don't need to install any additional dependency. Listhen has as preinstalled version of h3! +> You don't need to install any additional dependency. Listhen has a preinstalled version of h3! And tadaa! We have a web server running locally.