diff --git a/website/src/pages/index.js b/website/src/pages/index.js
index 536957c13972..d9e34dd3f177 100644
--- a/website/src/pages/index.js
+++ b/website/src/pages/index.js
@@ -79,7 +79,7 @@ export default function Home() {
These two lines establish a watch on a source directory and then set
up a trigger named buildme that will run a tool named{' '}
minify-css
- whenever a CSS file is changed. The tool will be passed a list of
+ whenever a CSS file is changed. The tool will pass a list of
the changed filenames.