diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index 5ebb3fb..41add1a 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.',
}),
}}
/>