diff --git a/src/player/js/PlayerState.js b/src/player/js/PlayerState.js
index 999641046074121485a19cc03602c5c2244d8e23..72f3c9563c3cf55e1169cec28f8a158e8261260e 100644
--- a/src/player/js/PlayerState.js
+++ b/src/player/js/PlayerState.js
@@ -482,7 +482,7 @@ App.Entity.PlayerState = class PlayerState {
 		 */
 		this.PTail = 0;
 		/** the current shape of your modular tail
-		 * "none", "cat", "dog", "fox", "kitsune", "tanuki", "cow", "rabbit", "squirrel", "horse"
+		 * "none", "cat", "dog", "fox", "kitsune", "tanuki", "cow", "rabbit", "squirrel", "horse" */
 		this.tailShape = "none";
 		/** tail color */
 		this.tailColor = "none";