Skip to content

Commit 9105c68

Browse files
committed
Merge pull request webpack-contrib#27 from olegakbarov/patch-1
typo
2 parents 246c90f + 9cb229b commit 9105c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Set `postcss` section in webpack config:
2222

2323
```js
2424
var autoprefixer = require('autoprefixer');
25-
var precs s = require('precss');
25+
var precss = require('precss');
2626

2727
module.exports = {
2828
module: {

0 commit comments

Comments
 (0)