Skip to content

Commit 2a44439

Browse files
fullerKazuCocoa
authored andcommitted
Typo fix: finiding -> finding (#245)
1 parent f8d600e commit 2a44439

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
@@ -169,7 +169,7 @@ self.assertIsInstance(els, list)
169169

170170
### Finding elements by Android viewtag search
171171

172-
This method allows finiding elements using [View#tags](https://developer.android.com/reference/android/view/View#tags).
172+
This method allows finding elements using [View#tags](https://developer.android.com/reference/android/view/View#tags).
173173
This method works with [Espresso Driver](https://github.com/appium/appium-espresso-driver).
174174

175175
Adds the methods `driver.find_element_by_android_viewtag` and `driver.find_elements_by_android_viewtag`.

0 commit comments

Comments
 (0)