Skip to content

Commit 4a5e713

Browse files
committed
Fixing typo from you => your
1 parent 3e07f32 commit 4a5e713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/production-build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ module.exports = function (env) {
129129
}
130130
}
131131
```
132-
Have the following snippet in our webpack.config.js:
132+
Have the following snippet in your webpack.config.js:
133133
```js
134134
function buildConfig(env) {
135135
return require('./config/' + env + '.js')({ env: env })

0 commit comments

Comments
 (0)