Skip to content

Commit ebfab3d

Browse files
authored
Fix(docs): Fixing Typo in optimization.md (#1097)
Fixed the typo "const paht" to "const path"
1 parent 1b0c23d commit ebfab3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guide/advanced/optimization.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export default defineConfig({
6363
6464
```js
6565
// webpack.config.js
66-
const paht = require('path')
66+
const path = require('path')
6767
const VueI18nPlugin = require('@intlify/unplugin-vue-i18n/webpack')
6868

6969
module.exports = {
@@ -147,7 +147,7 @@ npm install --save-dev @intlify/vue-i18n-loader
147147
148148
```js
149149
// webpack.config.js
150-
const paht = require('path')
150+
const path = require('path')
151151

152152
module.exports = {
153153
/* ... */

0 commit comments

Comments
 (0)