From 202bd60b30e7bef9ee09ad95cbc417560ce32919 Mon Sep 17 00:00:00 2001 From: Jacob Kauffmann Date: Fri, 26 Sep 2025 19:24:57 -0600 Subject: [PATCH] fix(grammar): improve verb phrasing --- src/components/widgets/Features.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/widgets/Features.astro b/src/components/widgets/Features.astro index c890551..392e664 100644 --- a/src/components/widgets/Features.astro +++ b/src/components/widgets/Features.astro @@ -6,7 +6,7 @@ const items = [ { title: 'Enhance Your Performance with Optimized Packages', description: - 'CachyOS does compile packages with the x86-64-v3, x86-64-v4 and Zen4 instruction set and LTO to provide a higher performance. Core packages also get PGO or BOLT optimization.', + 'CachyOS compiles packages with the x86-64-v3, x86-64-v4 and Zen4 instruction set and LTO to provide a higher performance. Core packages also get PGO or BOLT optimization.', icon: 'tabler:package', }, {