Skip to content

Commit 6ec04a2

Browse files
Update packages/wrangler/src/autoconfig/frameworks/react-router.ts
Co-authored-by: Dario Piotrowicz <[email protected]>
1 parent 277d3fd commit 6ec04a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎packages/wrangler/src/autoconfig/frameworks/react-router.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ function transformReactRouterConfig(
177177

178178
assert(node.type === "ObjectExpression");
179179

180-
// Is therer an existing `future` key? If there is, we should modufy it rather than creating a new one
180+
// Is there an existing `future` key? If there is, we should modify it rather than creating a new one
181181
const futureKey = node.properties.findIndex(
182182
(p) =>
183183
p.type === "ObjectProperty" &&

0 commit comments

Comments
 (0)