Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@
- kylegirard
- landisdesign
- latin-1
- lazybean
- lequangdongg
- liborgabrhel
- liuhanqu
Expand Down
2 changes: 1 addition & 1 deletion docs/start/data/routing.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ createBrowserRouter([

## Route Objects

Route objects define the behavior of a route beyond just the path and component, like data loading and actions. We'll go into more detail in the [Route Object guide](./route-objects), but here's a quick example of a loader.
Route objects define the behavior of a route beyond just the path and component, like data loading and actions. We'll go into more detail in the [Route Object guide](./route-object), but here's a quick example of a loader.

```tsx filename=app/team.tsx
import {
Expand Down