From d276c58d295d55916cc1f5f7846be0681e14a7ab Mon Sep 17 00:00:00 2001 From: Max <111196993+NqMax@users.noreply.github.com> Date: Tue, 27 Jun 2023 11:24:46 -0600 Subject: [PATCH] Fix typo in auto CurseForge docs (#2259) --- docs/types-and-platforms/mod-platforms/auto-curseforge.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/types-and-platforms/mod-platforms/auto-curseforge.md b/docs/types-and-platforms/mod-platforms/auto-curseforge.md index e387cf69..7a19701d 100644 --- a/docs/types-and-platforms/mod-platforms/auto-curseforge.md +++ b/docs/types-and-platforms/mod-platforms/auto-curseforge.md @@ -84,7 +84,7 @@ The following examples all refer to version 1.0.7 of ATM8: -e CF_SLUG=all-the-mods-8 -e CF_FILENAME_MATCHER=1.0.7 ``` -## Exlude client mods +## Exclude client mods Quite often there are mods that need to be excluded, such as ones that did not properly declare as a client mod via the file's game versions. Similarly, there are some mods that are incorrectly tagged as client only. The following describes two options to exclude/include mods: