Skip to content

Commit b143e7a

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

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)