Browse Source

Fix config documentation typo

Bepis 5 năm trước cách đây
mục cha
commit
4c9805caa9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      BepInEx/Config.cs

+ 1 - 1
BepInEx/Config.cs

@@ -163,7 +163,7 @@ namespace BepInEx
 		}
 
 		/// <summary>
-		/// Returns wether a value is currently set.
+		/// Returns whether a value is currently set.
 		/// </summary>
 		/// <param name="key">The key to check against</param>
 		/// <param name="section">The section to check in</param>