Skip to content

Commit

Permalink
Doc fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
hperrin committed Feb 28, 2020
1 parent 50f7b7c commit e76c153
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -652,8 +652,8 @@ Confirmation dialogs and prompts.
The value of the prompt. (Note that this is two-way bound to the input.)
* `promptMultiLine: false`<br>
Whether the prompt should accept multiple lines of text.
* `align: 'right'`<br>
Where to align the buttons. (right, center, left, justify)
* `align: 'flex-end'`<br>
Where to align the buttons. (flex-start, center, flex-end, space-around, space-between)

```js
buttons: [
Expand Down

0 comments on commit e76c153

Please sign in to comment.