From 21862b5c5d4aec9399ab5c16eb2f222f3467bc67 Mon Sep 17 00:00:00 2001 From: msmoiz Date: Fri, 2 Jan 2026 11:34:46 -0800 Subject: [PATCH] docs: rephrase language on splash page --- src/pages/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 5ebb3fb2..41add1a5 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -105,7 +105,7 @@ function WhatIsTRuby() { dangerouslySetInnerHTML={{ __html: translate({ id: 'homepage.whatIs.rubyMore.description', - message: 'T-Ruby extends Ruby with additional syntax. This means static types and compile time.', + message: 'T-Ruby extends Ruby with additional syntax. This means static types at compile time.', }), }} />