Skip to content

Commit e675d2b

Browse files
Macw07ijjk
andauthored
docs: fix spacing in installation instructions (#79257)
This PR fixes a minor spacing issue in the "Run the development server" section of the installation guide. No functionality is affected. --------- Co-authored-by: JJ Kasper <jj@jjsweb.site>
1 parent deb49c4 commit e675d2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/01-app/01-getting-started/01-installation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ export default function Page() {
226226

227227
1. Run `npm run dev` to start the development server.
228228
2. Visit `http://localhost:3000` to view your application.
229-
3. Edit the<AppOnly>`app/page.tsx`</AppOnly> <PagesOnly>`pages/index.tsx`</PagesOnly> file and save it to see the updated result in your browser.
229+
3. Edit the <AppOnly>`app/page.tsx`</AppOnly><PagesOnly>`pages/index.tsx`</PagesOnly> file and save it to see the updated result in your browser.
230230

231231
## Set up TypeScript
232232

0 commit comments

Comments
 (0)