Fix spelling of instance.

This commit is contained in:
Steven Fisher
2015-03-16 11:50:50 -07:00
parent bf6a9896c3
commit e9cffeba66
3 changed files with 3 additions and 3 deletions

View File

@@ -50,7 +50,7 @@
@param crashAttachmentData The attachment data as NSData @param crashAttachmentData The attachment data as NSData
@param contentType The content type of your data as MIME type @param contentType The content type of your data as MIME type
@return An instsance of BITCrashAttachment @return An instance of BITCrashAttachment
*/ */
- (instancetype)initWithFilename:(NSString *)filename - (instancetype)initWithFilename:(NSString *)filename
crashAttachmentData:(NSData *)crashAttachmentData crashAttachmentData:(NSData *)crashAttachmentData

View File

@@ -35,7 +35,7 @@
View controller allowing the user to write and send new feedback View controller allowing the user to write and send new feedback
To add this view controller to your own app and push it onto a navigation stack, To add this view controller to your own app and push it onto a navigation stack,
don't create the intance yourself, but use the following code to get a correct instance: don't create the instance yourself, but use the following code to get a correct instance:
[[BITHockeyManager sharedHockeyManager].feedbackManager feedbackComposeViewController] [[BITHockeyManager sharedHockeyManager].feedbackManager feedbackComposeViewController]

View File

@@ -44,7 +44,7 @@
are allowed to be set. are allowed to be set.
To add this view controller to your own app and push it onto a navigation stack, To add this view controller to your own app and push it onto a navigation stack,
don't create the intance yourself, but use the following code to get a correct instance: don't create the instance yourself, but use the following code to get a correct instance:
[[BITHockeyManager sharedHockeyManager].feedbackManager feedbackListViewController:NO] [[BITHockeyManager sharedHockeyManager].feedbackManager feedbackListViewController:NO]