From b143e7ab5f3896130a605e28ad279e38d35df358 Mon Sep 17 00:00:00 2001 From: Cass Date: Wed, 6 Aug 2014 14:09:43 -0400 Subject: [PATCH] Typo fix! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e5330b23..7b6ffeed 100644 --- a/README.md +++ b/README.md @@ -237,7 +237,7 @@ There are a small number of operations that mobile testers need to do quite a bi #### `driver.tap` -This method, on the WedDriver object, allows for tapping with multiple fingers, simply by passing in an array of x-y coordinates to tap. +This method, on the WebDriver object, allows for tapping with multiple fingers, simply by passing in an array of x-y coordinates to tap. ```python el = self.driver.find_element_by_name('Touch Paint')