From b15cada762c9425fdf8f96dbe6298b77272f8143 Mon Sep 17 00:00:00 2001 From: Muhammad Paksi Date: Tue, 28 Oct 2025 20:52:43 +0700 Subject: [PATCH] docs: fix possible grammatical error and propose minor rephrasing in `key-concept.md` --- docs/key-concept.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/key-concept.md b/docs/key-concept.md index b831b42d..4e4c26a9 100644 --- a/docs/key-concept.md +++ b/docs/key-concept.md @@ -39,7 +39,7 @@ const demo2 = new Elysia() # Key Concept -Elysia has a every important concepts that you need to understand to use. +Elysia has very important concepts that you need to understand to begin with. This page covers most concepts that you should know before getting started.