Skip to content

Commit 2be7e54

Browse files
committed
Merge pull request remix-run#566 from WRidder/patch-1
Fix typo in RouteHandler.md
2 parents ed655c4 + a652595 commit 2be7e54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/components/RouteHandler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ var Settings = React.createClass({
4444
},
4545

4646
willTransitionFrom: function (transition, component) {
47-
if (component.formHasUnsavedData())) {
47+
if (component.formHasUnsavedData()) {
4848
if (!confirm('You have unsaved information, are you sure you want to leave this page?')) {
4949
transition.abort();
5050
}

0 commit comments

Comments
 (0)