Skip to content

Commit ddda0f0

Browse files
docs: Replace . typo with ; (#11561)
1 parent 9d42655 commit ddda0f0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

contributors.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@
205205
- rimian
206206
- robbtraister
207207
- RobHannay
208+
- robinvdvleuten
208209
- rtmann
209210
- rubeonline
210211
- ryanflorence

docs/routers/create-browser-router.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ let router = createBrowserRouter(routes, {
259259
// Don't override anything - just resolve route.lazy + call loader
260260
let result = await match.resolve();
261261
console.log(`Done processing route ${match.route.id}`);
262-
return result.
262+
return result;
263263
})
264264
)
265265
},

0 commit comments

Comments
 (0)