Skip to content

Commit 650a251

Browse files
committed
docs: fix typo
1 parent 737c1a4 commit 650a251

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
- [Dependencies management](#dependencies-management)
3535
- [Nuxt/Custom Snippets](#nuxtcustom-snippets)
3636
- [Vue File Templates](#vue-file-templates)
37-
- [srcDir and monorepo support](#srcdir-and-monorepo-support)
37+
- [srcDir, serverDir and monorepo support](#srcdir-serverdir-and-monorepo-support)
3838
- [Run scripts from the VSCode command palette or sidebar.](#run-scripts-from-the-vscode-command-palette-or-sidebar)
3939
- [Toggle Nuxt Devtools from your status bar](#toggle-nuxt-devtools-from-your-status-bar)
4040
- [Search and install Nuxt integrations](#search-and-install-nuxt-integrations)
@@ -131,7 +131,7 @@ Nuxtr supports `srcDir`, `serverDir` and monorepo projects. You can set your `sr
131131
Or locate your nuxt project in your monorepo using this setting in `.vscode/settings.json`:
132132

133133
```JSON
134-
"nuxtr.monorepoMode.DiretoryName": "directory-name"
134+
"nuxtr.monorepoMode.DirectoryName": "directory-name"
135135
```
136136

137137
<br>

0 commit comments

Comments
 (0)