From 9fd1d88ca64d164add2e644034f891ad3f1b54a6 Mon Sep 17 00:00:00 2001 From: Uzair <2337524+pureooze@users.noreply.github.com> Date: Tue, 8 Oct 2024 09:34:24 -0400 Subject: [PATCH] Fix typo in Upgrade Help page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I think this is supposed to be `.cjs`? 😃 --- src/docs/plugins/upgrade-help.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/plugins/upgrade-help.md b/src/docs/plugins/upgrade-help.md index d6272bb0ee..f115df2b5c 100644 --- a/src/docs/plugins/upgrade-help.md +++ b/src/docs/plugins/upgrade-help.md @@ -46,7 +46,7 @@ npm install @11ty/eleventy-upgrade-help@3 ### Step 3 Add to Configuration File -Add to your configuration file (probably `eleventy.config.js` or `eleventy.config.js`): +Add to your configuration file (probably `eleventy.config.js` or `eleventy.config.cjs`): {% set codeContent %} import UpgradeHelper from "@11ty/eleventy-upgrade-help";