Skip to content

Commit

Permalink
fix(docs): Fix reference to modal-cancel slot in modal docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorehouse committed Sep 1, 2017
1 parent a8772ac commit 5747c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/modal/README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ They support a number of use cases from user notification to completely custom c
be customized by setting various props on the component. You can customize the size of the buttons, be customized by setting various props on the component. You can customize the size of the buttons,
disable the **OK** button, hide the **Close** button (i.e. OK Only), and provide custom disable the **OK** button, hide the **Close** button (i.e. OK Only), and provide custom
button content using the `ok-title` and `close-title` props, or using the named button content using the `ok-title` and `close-title` props, or using the named
slots `modal-ok` and `modal-close`. slots `modal-ok` and `modal-cancel`.


`<b-modal>` supports close on ESC (enabled by default), close on backdrop click (enabled by default), and `<b-modal>` supports close on ESC (enabled by default), close on backdrop click (enabled by default), and
the `X` close button in the header (enabled by default). These features may be disabled by setting the the the `X` close button in the header (enabled by default). These features may be disabled by setting the the
Expand Down

0 comments on commit 5747c6d

Please sign in to comment.