Skip to content
This repository was archived by the owner on Mar 31, 2020. It is now read-only.

Commit b143e7a

Browse files
committed
Typo fix!
1 parent 2c88e3b commit b143e7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ There are a small number of operations that mobile testers need to do quite a bi
237237
238238
#### `driver.tap`
239239
240-
This method, on the WedDriver object, allows for tapping with multiple fingers, simply by passing in an array of x-y coordinates to tap.
240+
This method, on the WebDriver object, allows for tapping with multiple fingers, simply by passing in an array of x-y coordinates to tap.
241241
242242
```python
243243
el = self.driver.find_element_by_name('Touch Paint')

0 commit comments

Comments
 (0)