From 5b782b90bee048ec99ce7eab46a0a40c1874af7c Mon Sep 17 00:00:00 2001 From: Andreas Linde Date: Tue, 11 Feb 2014 16:40:21 +0100 Subject: [PATCH] Documentation fixes --- Classes/BITFeedbackManager.h | 2 +- Classes/BITHockeyManager.h | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/Classes/BITFeedbackManager.h b/Classes/BITFeedbackManager.h index 01f5857248..1f1543df26 100644 --- a/Classes/BITFeedbackManager.h +++ b/Classes/BITFeedbackManager.h @@ -89,7 +89,7 @@ typedef NS_ENUM(NSInteger, BITFeedbackUserDataElement) { It is also possible to invoke the user interface to compose a new message in your own code, by calling `[BITFeedbackManager showFeedbackComposeView]` modally or adding - `[BITFeedackManager feedbackComposeViewController]` to push onto a navigation stack. + `[BITFeedbackManager feedbackComposeViewController]` to push onto a navigation stack. If new messages are written while the device is offline, the SDK automatically retries to send them once the app starts again or gets active again, or if the notification diff --git a/Classes/BITHockeyManager.h b/Classes/BITHockeyManager.h index 93f1a6e05d..599179cb76 100644 --- a/Classes/BITHockeyManager.h +++ b/Classes/BITHockeyManager.h @@ -312,9 +312,6 @@ /** Reference to the initialized BITAuthenticator module - The authenticator is disabled by default. To enable it you need to set - `[BITAuthenticator authenticationType]` and `[BITAuthenticator validationType]` - Returns the BITAuthenticator instance initialized by BITHockeyManager @see configureWithIdentifier:delegate: