From 0833cf57ac84cf3fd9370e3585b4f501530ea0bd Mon Sep 17 00:00:00 2001 From: David Welch Date: Wed, 3 May 2023 14:48:58 -0600 Subject: [PATCH] docs(website) verbiage change + clean up jsdoc --- lib/selenium-webdriver/webdriver.js | 2 +- website/partials/status.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/selenium-webdriver/webdriver.js b/lib/selenium-webdriver/webdriver.js index 85448dae6..c74cbb058 100644 --- a/lib/selenium-webdriver/webdriver.js +++ b/lib/selenium-webdriver/webdriver.js @@ -236,7 +236,7 @@ webdriver.WebDriver.prototype.executeAsyncScript = (script, var_args) => {}; * button.click(); * browser.call(logText, counter); * - * @param {function(...*): (T|promise.Promise)} fn The function to + * @param {function(...): (T|promise.Promise)} fn The function to * execute. * @param {Object=} opt_scope The object in whose scope to execute the function * (i.e. the `this` object for the function). diff --git a/website/partials/status.html b/website/partials/status.html index cad1b8fd2..75b6527a8 100644 --- a/website/partials/status.html +++ b/website/partials/status.html @@ -21,7 +21,7 @@

Is Protractor actively maintained?

What does End Of Life mean?

- The packages will remain accessible on GitHub, npm, Bower, and Release archive. This website will also remain here indefinitely. The project will be archived on GitHub and remain accessible indefinitely, but will no longer be open to issues / comments / etc. + The packages will remain accessible on GitHub, npm, Bower, and Release archive for the foreseeable future. This website will also remain here indefinitely. The project will be archived on GitHub and remain accessible indefinitely, but will no longer be open to issues / comments / etc.

Support After August 2023