浏览代码

Merge pull request #1305 from extempl/patch-2

Fix docs typos
Rob Willett 8 年之前
父节点
当前提交
4f195194a8
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/ios/APPLocalNotification.m

+ 2 - 2
src/ios/APPLocalNotification.m

@@ -906,7 +906,7 @@
 }
 }
 
 
 /**
 /**
- * Called on otification settings registration is completed.
+ * Called on notification settings registration is completed.
  */
  */
 - (void) didRegisterUserNotificationSettings:(UIUserNotificationSettings*)settings
 - (void) didRegisterUserNotificationSettings:(UIUserNotificationSettings*)settings
 {
 {
@@ -917,7 +917,7 @@
 }
 }
 
 
 /**
 /**
- * Clears all single repeating notifications which are older then 5 days
+ * Cancels all single non-repeating notifications which are older then 5 days
  * before the app terminates.
  * before the app terminates.
  */
  */
 - (void) onAppTerminate
 - (void) onAppTerminate