Skip to content

Commit 0430ff6

Browse files
authored
docs: fix typo in debug (#431)
1 parent 983e9c9 commit 0430ff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/1.docs/3.recipes/4.debug.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ npx nuxt build
3030
npx nuxthub preview
3131
```
3232

33-
4. Open the browser by pressing the **b** shortut (most of the time it starts on <http://localhost:8788>)
33+
4. Open the browser by pressing the **b** shortcut (most of the time it starts on <http://localhost:8788>)
3434
5. Go back to your terminal and look at the error and stack trace, then open the file (should be in the `dist/` directory) to know the line causing the error.
3535

3636
::note

0 commit comments

Comments
 (0)