Skip to content

Commit 9f36087

Browse files
authored
Fix typo in loader.md (#11256)
1 parent bb107c9 commit 9f36087

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
@@ -108,6 +108,7 @@
108108
- janpaepke
109109
- jasikpark
110110
- jasonpaulos
111+
- jb-1980
111112
- jdufresne
112113
- jenseng
113114
- JeraldVin

docs/route/loader.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ createBrowserRouter([
4747
]);
4848
```
4949

50-
Note that the `:teamId` in the path is parsed as provided as `params.teamId` by the same name.
50+
Note that the `:teamId` in the path is parsed and provided as `params.teamId` by the same name.
5151

5252
## `request`
5353

0 commit comments

Comments
 (0)