Fix small typo in documentation

This commit is contained in:
Andreas Linde 2012-07-22 18:28:34 +02:00
parent 353e87fe84
commit 164369c742

View File

@ -103,7 +103,7 @@
@see configureWithBetaIdentifier:liveIdentifier:delegate:
@see startManager
@param appIdentifier The app identifier that should be used.
@param delegate `nil` or the class implementing the option BITHockeyManagerDelegate protocol or
@param delegate `nil` or the class implementing the option BITHockeyManagerDelegate protocol
*/
- (void)configureWithIdentifier:(NSString *)appIdentifier delegate:(id<BITHockeyManagerDelegate>)delegate;