Fix javadoc nit for JsOverlay

Change-Id: I8e5c1db3c68248ae6825eb0c6471ad8dfc1232b3
diff --git a/user/src/jsinterop/annotations/JsOverlay.java b/user/src/jsinterop/annotations/JsOverlay.java
index a19b397..2ba6244 100644
--- a/user/src/jsinterop/annotations/JsOverlay.java
+++ b/user/src/jsinterop/annotations/JsOverlay.java
@@ -22,8 +22,8 @@
 import java.lang.annotation.Target;
 
 /**
- JsOverlay is used to add new helper APIs to existing JavaScript types. This is achieved by adding
- the new method to @JsType(isNative=true) and marking it with this annotation.
+ * JsOverlay is used to add new helper APIs to existing JavaScript types. This is achieved by adding
+ * the new method to @JsType(isNative=true) and marking it with this annotation.
  * <p>
  * Note that the JsOverlay methods cannot be called from JavaScript, cannot override any existing
  * methods and needs to be marked as final. This is because underneath, the original type is not