From 066640f49d17d19f440bee32a27b89ddb340f534 Mon Sep 17 00:00:00 2001 From: Brian Dukes Date: Wed, 17 Jul 2024 20:16:42 -0500 Subject: [PATCH] Fix typo in comment --- generator/template/elm-pages.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generator/template/elm-pages.config.mjs b/generator/template/elm-pages.config.mjs index 8982a8d4e..f1e73a807 100644 --- a/generator/template/elm-pages.config.mjs +++ b/generator/template/elm-pages.config.mjs @@ -12,7 +12,7 @@ export default { }, preloadTagForFile(file) { // add preload directives for JS assets and font assets, etc., skip for CSS files - // this function will be called with each file that is procesed by Vite, including any files in your headTagsTemplate in your config + // this function will be called with each file that is processed by Vite, including any files in your headTagsTemplate in your config return !file.endsWith(".css"); }, };