Skip to content

Commit 22c667d

Browse files
author
Wes Smith
committed
fix missing word in docs
1 parent ce70664 commit 22c667d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DeepLinkKit/Router/DPLDeepLinkRouter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ typedef void(^DPLRouteCompletionBlock)(BOOL handled, NSError *error);
8787

8888

8989
/**
90-
Attempts to an incoming user activity.
90+
Attempts to handle an incoming user activity.
9191
@param userActivity The incoming user activity from `application:continueUserActivity:restorationHandler:'
9292
@param completionHandler A block executed after the user activity has been handled.
9393
@return YES if the incoming user activity is handled, otherwise NO.

0 commit comments

Comments
 (0)