From e200b4faee697baf683baccef7ad7541d088bf71 Mon Sep 17 00:00:00 2001 From: Travis Baars Date: Thu, 23 Jan 2025 12:50:36 -0500 Subject: [PATCH] Fixed grammatical error in docs (#1046) Fixed a minor gramatical error in getting started with mods documentation Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- docs/tutorials/getting_started_with_mods.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/getting_started_with_mods.md b/docs/tutorials/getting_started_with_mods.md index da5b0efd..2122389b 100644 --- a/docs/tutorials/getting_started_with_mods.md +++ b/docs/tutorials/getting_started_with_mods.md @@ -9,7 +9,7 @@ | Vanilla | Default value and the most common installation type. This will run Valheim normally. | | BepInEx | This will install [BepInEx from this package](https://valheim.thunderstore.io/package/denikson/BepInExPack_Valheim/) and is purely just BepInEx with minimally needed components. | -2. If you wish do not with to use additional mods, you can skip this step. Otherwise, in order to install additional mods you can use the `MODS` variable. +2. If you do not wish to use additional mods, you can skip this step. Otherwise, in order to install additional mods you can use the `MODS` variable. Example of MODS, this example is slimmed down to go over the `TYPE` and `MODS` variable.