diff --git a/contributors.yml b/contributors.yml index 59f6788480..71807d0a53 100644 --- a/contributors.yml +++ b/contributors.yml @@ -192,6 +192,7 @@ - kylegirard - landisdesign - latin-1 +- lazybean - lequangdongg - liborgabrhel - liuhanqu diff --git a/docs/start/data/routing.md b/docs/start/data/routing.md index d86bb3be15..10a1fa82fc 100644 --- a/docs/start/data/routing.md +++ b/docs/start/data/routing.md @@ -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 {