Skip to content

Commit

Permalink
chore(devtools):
Browse files Browse the repository at this point in the history
- Fix typo on Options.ts

Contributes to: #11860

Signed-off-by: Georgios Romanas gromanas@gmail.com
  • Loading branch information
gromanas committed Jan 24, 2024
1 parent 7230bbf commit 7e17701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wdio-types/src/Options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ export interface WebdriverIO extends Omit<WebDriver, 'capabilities'>, Pick<Hooks
* :::caution Deprecation Warning
*
* Please note that [`devtools`](https://www.npmjs.com/package/devtools) protocol would be deprecated in future release.
* Please use and would [`webdriver`](https://www.npmjs.com/package/webdriver) protocol instead.
* Please use [`webdriver`](https://www.npmjs.com/package/webdriver) protocol instead.
*
* :::
* Define the protocol you want to use for your browser automation.
Expand Down

0 comments on commit 7e17701

Please sign in to comment.