Skip to content

Commit a3dccf0

Browse files
committed
docs: fix AppWrapper filename
1 parent c349fb5 commit a3dccf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/latest/advanced/app-wrapper.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ structure of the HTML document, typically up until the `<body>`-tag. It is only
88
rendered on the server and never on the client. The passed `Component` value
99
represents the children of this component.
1010

11-
```tsx routes/_app.tsx
11+
```tsx
1212
function AppWrapper({ Component }) {
1313
return (
1414
<html lang="en">

0 commit comments

Comments
 (0)