Skip to content

Commit 8bc02e3

Browse files
Fixed typographical error, changed accomodate to accommodate in README.
1 parent ae8bbd6 commit 8bc02e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ self.assertIsInstance(els, list)
172172
173173
### Touch actions
174174
175-
In order to accomodate mobile touch actions, and touch actions involving
175+
In order to accommodate mobile touch actions, and touch actions involving
176176
multiple pointers, the Selenium 3.0 draft specifies ["touch gestures"](https://dvcs.w3.org/hg/webdriver/raw-file/tip/webdriver-spec.html#touch-gestures) and ["multi actions"](https://dvcs.w3.org/hg/webdriver/raw-file/tip/webdriver-spec.html#multiactions-1), which build upon the touch actions.
177177
178178
move_to: note that use keyword arguments if no element

0 commit comments

Comments
 (0)