From 15d3c7231eabd8b50000499305e05abda2f8e923 Mon Sep 17 00:00:00 2001 From: David Rowe Date: Fri, 7 Jun 2019 12:21:32 +1200 Subject: [PATCH] Fix typos --- libraries/ui/src/ui/TabletScriptingInterface.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/ui/src/ui/TabletScriptingInterface.h b/libraries/ui/src/ui/TabletScriptingInterface.h index 4e639d221f..98a7f054ac 100644 --- a/libraries/ui/src/ui/TabletScriptingInterface.h +++ b/libraries/ui/src/ui/TabletScriptingInterface.h @@ -134,7 +134,7 @@ signals: /**jsdoc * Triggered when a tablet message or dialog is displayed on the tablet that needs the user's attention. *

Note: Only triggered if the script is running in the same script engine as the script that created - * the tablet. Be default, this means in scripts included as part of the default scripts.

+ * the tablet. By default, this means in scripts included as part of the default scripts.

* @function Tablet.tabletNotification * @returns {Signal} */ @@ -287,7 +287,7 @@ public: * Opens a QML app or dialog on the tablet. * @function TabletProxy#loadQMLSource * @param {string} path - The path of the QML app or dialog. - * @param {boolean} [resizable=false] - true to make the dialog resizable in toolbar mode, false + * @param {boolean} [resizable=false] - true to make the dialog resizable in toolbar mode, false * to have it not resizable. */ Q_INVOKABLE void loadQMLSource(const QVariant& path, bool resizable = false);