Skip to content

Commit

Permalink
Fix "specific
Browse files Browse the repository at this point in the history
  • Loading branch information
steviki authored Nov 16, 2018
1 parent edd869e commit 50b518c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EarlGrey/Action/GREYActions.h
Original file line number Diff line number Diff line change
Expand Up @@ -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<GREYAction>)actionForSwipeFastWithStartPoint:(CGPoint)startPoint
Expand All @@ -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<GREYAction>)actionForSwipeSlowWithStartPoint:(CGPoint)startPoint
Expand Down

0 comments on commit 50b518c

Please sign in to comment.