Minor typo

SLING-10644
diff --git a/src/main/java/org/apache/sling/servlets/resolver/internal/console/WebConsolePlugin.java b/src/main/java/org/apache/sling/servlets/resolver/internal/console/WebConsolePlugin.java
index 1e748a9..95ba865 100644
--- a/src/main/java/org/apache/sling/servlets/resolver/internal/console/WebConsolePlugin.java
+++ b/src/main/java/org/apache/sling/servlets/resolver/internal/console/WebConsolePlugin.java
@@ -86,7 +86,7 @@
                     + "<br/>This utility does not take this into account and uses the first dot to split"
                     + " between path and selectors/extension. "
                     + "<br/>As a workaround, you can replace dots with underline characters, for example, when " +
-                            "testing such an URL.";
+                            "testing such a URL.";
 
     @Reference(target="("+ServiceUserMapped.SUBSERVICENAME+"=" + SERVICE_USER_CONSOLE + ")")
     private ServiceUserMapped consoleServiceUserMapped; // NOSONAR