From c8d47914f56272755f7b5dbf67c991972b6a107e Mon Sep 17 00:00:00 2001 From: Manuel Beck Date: Tue, 23 Jun 2026 22:39:51 +0200 Subject: [PATCH] small wording update for visible documentation --- cordova-js-src/plugin/android/statusbar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cordova-js-src/plugin/android/statusbar.js b/cordova-js-src/plugin/android/statusbar.js index d5dbd4ae..17cdcb8d 100644 --- a/cordova-js-src/plugin/android/statusbar.js +++ b/cordova-js-src/plugin/android/statusbar.js @@ -28,7 +28,7 @@ document.head.appendChild(statusBarScript); /** * Sets the visibility of the status bar, which will only work if Android EdgeToEdge is disabled. - * If cordova-plugin-statusbar the call will be forwarded to `window.StatusBar.show` or + * If cordova-plugin-statusbar is used, the call will be forwarded to `window.StatusBar.show` or * `window.StatusBar.hide` of the plugin. */ Object.defineProperty(statusBar, 'visible', {