diff --git a/src/main/java/ch/njol/skript/classes/data/JavaClasses.java b/src/main/java/ch/njol/skript/classes/data/JavaClasses.java
index 8bf9f32756b..ce726218e6f 100644
--- a/src/main/java/ch/njol/skript/classes/data/JavaClasses.java
+++ b/src/main/java/ch/njol/skript/classes/data/JavaClasses.java
@@ -550,7 +550,7 @@ public boolean mustSyncDeserialization() {
.description("Text is simply text, i.e. a sequence of characters, which can optionally contain expressions which will be replaced with a meaningful representation " +
"(e.g. %player% will be replaced with the player's name).",
"Because scripts are also text, you have to put text into double quotes to tell Skript which part of the line is an effect/expression and which part is the text.",
- "Please read the article on Texts and Variable Names to learn more.")
+ "Please read the article on Texts and Variable Names to learn more.")
.usage("simple: \"...\"",
"quotes: \"...\"\"...\"",
"expressions: \"...%expression%...\"",