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: