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 1/2] 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";
From fc611f44d21b75923ef56d6f95a385e255221273 Mon Sep 17 00:00:00 2001
From: Zach Leatherman
Date: Mon, 6 Jan 2025 11:34:52 -0600
Subject: [PATCH 2/2] Duplicate config filenames
---
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 f115df2b5c..00a033d8b5 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.cjs`):
+Add to your configuration file (probably `.eleventy.js` or `eleventy.config.js`):
{% set codeContent %}
import UpgradeHelper from "@11ty/eleventy-upgrade-help";