From 10afce36f03b70a0b661272f7d2c7ab83f852270 Mon Sep 17 00:00:00 2001 From: ShiroOnigami23 Date: Mon, 20 Apr 2026 02:12:02 +0530 Subject: [PATCH] doc: fix README grammar in getting started walkthrough --- README.asc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.asc b/README.asc index 35aa0d38f806..ce5c12924dcd 100644 --- a/README.asc +++ b/README.asc @@ -58,7 +58,7 @@ cqlsh> ---- As the banner says, you can use 'help;' or '?' to see what CQL has to -offer, and 'quit;' or 'exit;' when you've had enough fun. But lets try +offer, and 'quit;' or 'exit;' when you've had enough fun. But let's try something slightly more interesting: ----