Skip to content

Commit f573262

Browse files
committed
Fixing typo [deploy site]
1 parent e75f49c commit f573262

File tree

1 file changed

+1
-1
lines changed
  • website_and_docs/content/documentation/webdriver/actions_api

1 file changed

+1
-1
lines changed

Diff for: website_and_docs/content/documentation/webdriver/actions_api/keyboard.en.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ interface which allows us to provide virtualized device input to the web browser
1818
In addition to the keys represented by regular unicode,
1919
unicode values have been assigned to other keyboard keys for use with Selenium.
2020
Each language has its own way to reference these keys; the full list can be found
21-
[ere](https://www.w3.org/TR/webdriver/#keyboard-actions).
21+
[here](https://www.w3.org/TR/webdriver/#keyboard-actions).
2222

2323
## Key down
2424

0 commit comments

Comments
 (0)