diff --git a/interface/src/scripting/WindowScriptingInterface.h b/interface/src/scripting/WindowScriptingInterface.h
index f3e9dea45f..bf39073db1 100644
--- a/interface/src/scripting/WindowScriptingInterface.h
+++ b/interface/src/scripting/WindowScriptingInterface.h
@@ -818,8 +818,12 @@ signals:
/**jsdoc
* Triggered when "minimized" state of the Interface window changes.
* @function Window.minimizedChanged
- * @param {bool} isMinimized - true if the Interface window is now minimized; false otherwise.
+ * @param {boolean} isMinimized - true
if the Interface window is minimized, false
if it isn't.
* @returns {Signal}
+ * @example