diff --git a/NewHorizons/External/Modules/PropModule.cs b/NewHorizons/External/Modules/PropModule.cs
index 5f7ee568..e5fcaed7 100644
--- a/NewHorizons/External/Modules/PropModule.cs
+++ b/NewHorizons/External/Modules/PropModule.cs
@@ -824,17 +824,17 @@ namespace NewHorizons.External.Modules
public string decalPath;
///
- /// whiteboard that the stones can put text onto
+ /// Whiteboard that the stones can put text onto
///
public WhiteboardInfo whiteboard;
///
- /// camera platform that the stones can project to and from
+ /// Camera platform that the stones can project to and from
///
public PlatformInfo platform;
///
- /// projection stones
+ /// Projection stones
///
public StoneInfo[] stones;