From b7bf69b9746b6772b44ce86f26428eca3dabd47e Mon Sep 17 00:00:00 2001 From: theophine savio theodore <118801625+TheoIsDumb@users.noreply.github.com> Date: Sun, 17 Mar 2024 10:44:46 +0530 Subject: [PATCH] Update README.md: fixed lil typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69bf65f..55dab4c 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ $ make build # generates all static files for production deploy - Routes defined at `routes/`. - Static files are defined at `static/`. -- Static frontent components are defined at `components/`. +- Static frontend components are defined at `components/`. - Interactive frontend components are defined at `islands/`. - Cron jobs are defined at `crons/`. - Reusable bits of code are defined at `lib/`.