Skip to content

Commit

Permalink
fix(dialog): Incorrect Text (#744)
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravmak authored and lynnmercier committed Jun 1, 2017
1 parent b27c6f0 commit d38756f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mdc-dialog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ const util = mdc.dialog.util;

#### Automatic Instantiation

If you do not care about retaining the component instance for the temporary drawer, simply call `attachTo()`
If you do not care about retaining the component instance for the dialog, simply call `attachTo()`
and pass it a DOM element. This however, is only useful if you do not need to pass a callback to the dialog
when the user selects Accept or Cancel.

Expand Down

0 comments on commit d38756f

Please sign in to comment.