From c45ddb5cd6125604e9d7dee8579632d21790edb8 Mon Sep 17 00:00:00 2001 From: Eugen Cazacu <32613393+oygen87@users.noreply.github.com> Date: Fri, 26 May 2023 09:27:10 +0200 Subject: [PATCH] Update index.js --- website/src/pages/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.