Skip to content

Commit

Permalink
doc(configuration-and-startup) fix code typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gheoan committed Jan 5, 2016
1 parent 064a276 commit db62269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/article/en-US/app-configuration-and-startup.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ So far, we've been bootstrapping our app declaratively by using the `aurelia-app
.standardConfiguration()
.developmentLogging();

aurelia.start().then(() => aurelia.setRoot('app', document.body);
aurelia.start().then(() => aurelia.setRoot('app', document.body));
});
});
</script>
Expand Down

0 comments on commit db62269

Please sign in to comment.