From f46b29f296d2ea0f9e163699cdff26cae5a6ffa4 Mon Sep 17 00:00:00 2001 From: Mattias Pfeiffer Date: Tue, 16 Aug 2016 14:09:43 +0200 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ca1d2b..4b2f8f9 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ The following options are currently supported (value type is `String` unless men * `autoDismiss` (boolean) * [`forceStacking`](https://github.com/afollestad/material-dialogs#stacked-action-buttons) (boolean) * [`alwaysCallSingleChoiceCallback`](https://github.com/afollestad/material-dialogs#single-choice-list-dialogs) (boolean) -* [`alwaysCallMultipleChoiceCallback`](https://github.com/afollestad/material-dialogs#multi-choice-list-dialogs) (boolean) +* [`alwaysCallMultiChoiceCallback`](https://github.com/afollestad/material-dialogs#multi-choice-list-dialogs) (boolean) * [`cancelable`](https://github.com/afollestad/material-dialogs#show-cancel-and-dismiss-callbacks) (boolean) * [`showListener`](https://github.com/afollestad/material-dialogs#show-cancel-and-dismiss-callbacks) (function) * [`cancelListener`](https://github.com/afollestad/material-dialogs#show-cancel-and-dismiss-callbacks) (function)