Skip to content

Commit

Permalink
docs: fix typo (#54973)
Browse files Browse the repository at this point in the history
  • Loading branch information
mewcoder committed Sep 6, 2023
1 parent 85fb714 commit 57bbc59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/01-getting-started/01-installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export default function Page() {
}
```

Next, add an `_app.tsx` file inside `pages/` to define the global layout. Learn more about the [custom App file](/docs/pages/building-your-application/routing/custom-app)).
Next, add an `_app.tsx` file inside `pages/` to define the global layout. Learn more about the [custom App file](/docs/pages/building-your-application/routing/custom-app).

```tsx filename="pages/_app.tsx" switcher
import type { AppProps } from 'next/app'
Expand Down

0 comments on commit 57bbc59

Please sign in to comment.