We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 277d3fd commit 6ec04a2Copy full SHA for 6ec04a2
packages/wrangler/src/autoconfig/frameworks/react-router.ts
@@ -177,7 +177,7 @@ function transformReactRouterConfig(
177
178
assert(node.type === "ObjectExpression");
179
180
- // Is therer an existing `future` key? If there is, we should modufy it rather than creating a new one
+ // Is there an existing `future` key? If there is, we should modify it rather than creating a new one
181
const futureKey = node.properties.findIndex(
182
(p) =>
183
p.type === "ObjectProperty" &&
0 commit comments