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

Commit 46ef24b

Browse files
ukyohankduan
authored andcommitted
style(api): fix typo
1 parent 24248d6 commit 46ef24b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1685,7 +1685,7 @@ driver.executeAsyncScript(
16851685
'var callback = arguments[arguments.length - 1];' +
16861686
'mailClient.getComposeWindowWidget().onload(callback);');
16871687
driver.switchTo().frame('composeWidget');
1688-
driver.findElement(By.id('to')).sendKEys('[email protected]');
1688+
driver.findElement(By.id('to')).sendKeys('[email protected]');
16891689
</pre></code>
16901690

16911691
Example #3: Injecting a XMLHttpRequest and waiting for the result. In this

0 commit comments

Comments
 (0)