From 51ae4fc04a83d731667a6375ad908031f533ef1c Mon Sep 17 00:00:00 2001 From: Stefan Kieleithner Date: Fri, 16 Nov 2018 07:59:00 +0100 Subject: [PATCH] Fix typo --- EarlGrey/Action/GREYActions.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EarlGrey/Action/GREYActions.h b/EarlGrey/Action/GREYActions.h index d18504f88..84eb94bcd 100644 --- a/EarlGrey/Action/GREYActions.h +++ b/EarlGrey/Action/GREYActions.h @@ -188,7 +188,7 @@ NS_ASSUME_NONNULL_BEGIN * @param startPoint The point where the swipe should begin. Relative to the matched view's origin. * @param endPoint The point where the swipe should end. Relative to the matched view's origin. * - * @return A GREYAction that performs a fast swipe through a view from a specifc start point + * @return A GREYAction that performs a fast swipe through a view from a specific start point * to a specific end point. */ + (id)actionForSwipeFastWithStartPoint:(CGPoint)startPoint @@ -201,7 +201,7 @@ NS_ASSUME_NONNULL_BEGIN * @param startPoint The point where the swipe should begin. * @param endPoint The point where the swipe should end. * - * @return A GREYAction that performs a slow swipe through a view from a specifc start point + * @return A GREYAction that performs a slow swipe through a view from a specific start point * to a specific end point. */ + (id)actionForSwipeSlowWithStartPoint:(CGPoint)startPoint