Skip to content

Commit df35469

Browse files
awailable -> available (#2734)
1 parent 40f489e commit df35469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/helper/WebDriver.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1370,7 +1370,7 @@ class WebDriver extends Helper {
13701370
*/
13711371
async grabBrowserLogs() {
13721372
if (this.browser.isW3C) {
1373-
this.debug('Logs not awailable in W3C specification');
1373+
this.debug('Logs not available in W3C specification');
13741374
return;
13751375
}
13761376
return this.browser.getLogs('browser');

0 commit comments

Comments
 (0)