Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
docs(website) verbiage change + clean up jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
dwelch2344 committed May 3, 2023
1 parent 05e8741 commit 0833cf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/selenium-webdriver/webdriver.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ webdriver.WebDriver.prototype.executeAsyncScript = (script, var_args) => {};
* button.click();
* browser.call(logText, counter);
*
* @param {function(...*): (T|promise.Promise<T>)} fn The function to
* @param {function(...): (T|promise.Promise<T>)} 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).
Expand Down
2 changes: 1 addition & 1 deletion website/partials/status.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h2>Is Protractor actively maintained?</h2>
</div>

<h2>What does End Of Life mean?</h2>
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.

<h2>Support After August 2023</h2>
<p ng-hide="isEOL || isEOCS">
Expand Down

0 comments on commit 0833cf5

Please sign in to comment.