File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ NS_ASSUME_NONNULL_BEGIN
188
188
* @param startPoint The point where the swipe should begin. Relative to the matched view's origin.
189
189
* @param endPoint The point where the swipe should end. Relative to the matched view's origin.
190
190
*
191
- * @return A GREYAction that performs a fast swipe through a view from a specifc start point
191
+ * @return A GREYAction that performs a fast swipe through a view from a specific start point
192
192
* to a specific end point.
193
193
*/
194
194
+ (id <GREYAction>)actionForSwipeFastWithStartPoint : (CGPoint )startPoint
@@ -201,7 +201,7 @@ NS_ASSUME_NONNULL_BEGIN
201
201
* @param startPoint The point where the swipe should begin.
202
202
* @param endPoint The point where the swipe should end.
203
203
*
204
- * @return A GREYAction that performs a slow swipe through a view from a specifc start point
204
+ * @return A GREYAction that performs a slow swipe through a view from a specific start point
205
205
* to a specific end point.
206
206
*/
207
207
+ (id <GREYAction>)actionForSwipeSlowWithStartPoint : (CGPoint )startPoint
You can’t perform that action at this time.
0 commit comments