Browse Source

docs(dashboard): Fix typo in getting started

Michael Bromley 3 months ago
parent
commit
1ad6371552
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/docs/guides/extending-the-dashboard/getting-started/index.md

+ 1 - 1
docs/docs/guides/extending-the-dashboard/getting-started/index.md

@@ -140,7 +140,7 @@ const config: VendureConfig = {
             // in the vite.config.mts file
             route: 'dashboard',
             // This appDir should correspond to the `build.outDir`
-            // setting in the vite.config.mtx file
+            // setting in the vite.config.mts file
             appDir: './dist/dashboard',
         }),
         // highlight-end