Skip to content

Commit e9c55a0

Browse files
committed
resolve typo in heading
1 parent 85bf6ee commit e9c55a0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

e2e/react-router/basic-file-based/src/routes/non-nested/deep/$baz_.bar_.qux.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ function RouteComponent() {
99
return (
1010
<div>
1111
<div data-testid="non-nested-deep-baz-bar-qux-heading">
12-
Hello deeply nested bar/bar/qux
12+
Hello deeply nested baz/bar/qux
1313
</div>
1414
<div data-testid="non-nested-deep-baz-bar-qux-param">
1515
{JSON.stringify(params)}

e2e/solid-router/basic-file-based/src/routes/non-nested/deep/$baz_.bar_.qux.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ function RouteComponent() {
99
return (
1010
<div>
1111
<div data-testid="non-nested-deep-baz-bar-qux-heading">
12-
Hello deeply nested bar/bar/qux
12+
Hello deeply nested baz/bar/qux
1313
</div>
1414
<div data-testid="non-nested-deep-baz-bar-qux-param">
1515
{JSON.stringify(params())}

0 commit comments

Comments
 (0)