diff --git a/README.md b/README.md index 2ed3c32..01f1bc7 100644 --- a/README.md +++ b/README.md @@ -288,7 +288,7 @@ In me the tiger sniffs the rose. - (void)appendButtonWithTitle:(nullable NSString *)title atIndex:(NSUInteger)index; // Append buttons at indexes with titles. - - (void)appendButtonsWithTitles:(NSArray *)titles atIndexex:(NSIndexSet *)indexes; + - (void)appendButtonsWithTitles:(NSArray *)titles atIndexes:(NSIndexSet *)indexes; @end ```