From a9bac11fc8e7c08a20a68af0ce0655c9d601cad4 Mon Sep 17 00:00:00 2001 From: orthographic-pedant Date: Wed, 7 Oct 2015 15:30:48 -0400 Subject: [PATCH] Fix typographical error(s) Changed convienient to convenient in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7d0f3f..8c54efd 100644 --- a/README.md +++ b/README.md @@ -209,7 +209,7 @@ If you have developed class `UPCustomAlertAction` for action type "custom-alert" ####Local and Remote notifications -It is convienient to use notifications (Push or Local) to inform the user about an action while the application is in the background. If you wish to handle the action, you have to pass the action data to be performed back to the application. This should be done by specyifying userInfo value with appropriate identifiers like this: +It is convenient to use notifications (Push or Local) to inform the user about an action while the application is in the background. If you wish to handle the action, you have to pass the action data to be performed back to the application. This should be done by specyifying userInfo value with appropriate identifiers like this: UILocalNotification *notification = [[UILocalNotification alloc] init]; notification.userInfo = @{BLEActionUniqueIdentifierKey: self.uniqueIdentifier, BLETriggerUniqueIdentifierKey: self.trigger.uniqueIdentifier};