Skip to content

Commit 12fe9ac

Browse files
committed
fix typos in the README
1 parent 9640bf1 commit 12fe9ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ The methods that do change are...
9292

9393
### Switching between 'Native' and 'Webview'
9494

95-
For mobile testing the Selnium methods for switching between windows was previously
95+
For mobile testing the Selenium methods for switching between windows was previously
9696
commandeered for switching between native applications and webview contexts. Methods
9797
explicitly for this have been added to the Selenium 3 specification, so moving
9898
forward these 'context' methods are to be used.
@@ -255,7 +255,7 @@ self.assertIsNotNone(el)
255255
256256
### Multi-touch actions
257257
258-
In addition to chains of actions performed with in a single gesture, it is also possible to perform multiple chains at the same time, to simulate multi-finger actions. This is done through building a `MultiAction` object that comprises a number of individual `TouchAction` objects, one for each "finger".
258+
In addition to chains of actions performed within a single gesture, it is also possible to perform multiple chains at the same time, to simulate multi-finger actions. This is done through building a `MultiAction` object that comprises a number of individual `TouchAction` objects, one for each "finger".
259259
260260
Given two lists next to each other, we can scroll them independently but simultaneously:
261261

0 commit comments

Comments
 (0)