Skip to content

Commit

Permalink
docs: Replace . typo with ; (#11561)
Browse files Browse the repository at this point in the history
  • Loading branch information
robinvdvleuten committed May 17, 2024
1 parent 9d42655 commit ddda0f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@
- rimian
- robbtraister
- RobHannay
- robinvdvleuten
- rtmann
- rubeonline
- ryanflorence
Expand Down
2 changes: 1 addition & 1 deletion docs/routers/create-browser-router.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ let router = createBrowserRouter(routes, {
// Don't override anything - just resolve route.lazy + call loader
let result = await match.resolve();
console.log(`Done processing route ${match.route.id}`);
return result.
return result;
})
)
},
Expand Down

0 comments on commit ddda0f0

Please sign in to comment.