Skip to content

Commit 796e9ae

Browse files
authored
Fix typo (#13190)
* Fix typo * Update contributors.yml
1 parent 323b7d8 commit 796e9ae

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

contributors.yml

+1
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,7 @@
312312
- szhsin
313313
- tanayv
314314
- thecode00
315+
- theMosaad
315316
- theostavrides
316317
- thepedroferrari
317318
- thethmuu

packages/react-router/lib/server-runtime/routes.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export function createStaticHandlerDataRoutes(
8181
loader: route.module.loader
8282
? async (args: RRLoaderFunctionArgs) => {
8383
// If we're prerendering, use the data passed in from prerendering
84-
// the .data route so we dom't call loaders twice
84+
// the .data route so we don't call loaders twice
8585
if (args.request.headers.has("X-React-Router-Prerender-Data")) {
8686
const preRenderedData = args.request.headers.get(
8787
"X-React-Router-Prerender-Data"

0 commit comments

Comments
 (0)