Skip to content

Commit

Permalink
doc(dialog): useDefaultSettings should be useDefaults
Browse files Browse the repository at this point in the history
  • Loading branch information
3cp committed Aug 2, 2019
1 parent 0f99e46 commit babdd2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions current/en-us/7. plugins/5. dialog.md
Expand Up @@ -348,9 +348,9 @@ export function configure(aurelia) {
aurelia.use
.standardConfiguration()
.developmentLogging()
.plugin(PLATFORM.moduleName('aurelia-dialog'), cfg => {
cfg.useDefaultSettings()
.useCSS('');
.plugin(PLATFORM.moduleName('aurelia-dialog'), config => {
config.useDefaults();
config.useCSS('');
});

aurelia.start().then(a => a.setRoot());
Expand Down

0 comments on commit babdd2d

Please sign in to comment.