Skip to content

Commit 51ae4fc

Browse files
committed
Fix typo
1 parent edd869e commit 51ae4fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

EarlGrey/Action/GREYActions.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ NS_ASSUME_NONNULL_BEGIN
188188
* @param startPoint The point where the swipe should begin. Relative to the matched view's origin.
189189
* @param endPoint The point where the swipe should end. Relative to the matched view's origin.
190190
*
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
192192
* to a specific end point.
193193
*/
194194
+ (id<GREYAction>)actionForSwipeFastWithStartPoint:(CGPoint)startPoint
@@ -201,7 +201,7 @@ NS_ASSUME_NONNULL_BEGIN
201201
* @param startPoint The point where the swipe should begin.
202202
* @param endPoint The point where the swipe should end.
203203
*
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
205205
* to a specific end point.
206206
*/
207207
+ (id<GREYAction>)actionForSwipeSlowWithStartPoint:(CGPoint)startPoint

0 commit comments

Comments
 (0)