Skip to content

Commit 041bf3a

Browse files
Merge pull request #45 from casschin/typo-fix
Typo fix!
2 parents 2c88e3b + b143e7a commit 041bf3a

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
@@ -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)