From 619f22b32db56dc2358d9a69038f3a597fbe074b Mon Sep 17 00:00:00 2001
From: rubenwardy <rubenwardy@gmail.com>
Date: Tue, 24 Feb 2015 09:27:49 +0000
Subject: [PATCH] Folder Structure: clarify language about optional
 dependencies

---
 chapters/folders.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/chapters/folders.md b/chapters/folders.md
index be89f95..a20e442 100644
--- a/chapters/folders.md
+++ b/chapters/folders.md
@@ -52,10 +52,10 @@ needs to be loaded before this mod.
 As you can see, each modname is on its own line.
 
 Mod names with a question mark following them are optional dependencies.
-If an optional mod is installed, it is loaded before the current mod.
-However, if the mod is not installed, the current one still loads.
+If an optional dependency is installed, it is loaded before the mod.
+However, if the dependency is not installed, the mod still loads.
 This is in contrast to normal dependencies, which will cause the current
-mod not to work if the mod is not installed.
+mod not to work if the dependency is not installed.
 
 ## Mod Packs