Browse Source

docs(dashboard): Fix typo in getting started

Michael Bromley 3 months ago
parent
commit
1ad6371552

+ 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
             // in the vite.config.mts file
             route: 'dashboard',
             route: 'dashboard',
             // This appDir should correspond to the `build.outDir`
             // 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',
             appDir: './dist/dashboard',
         }),
         }),
         // highlight-end  
         // highlight-end