Skip to content

Commit

Permalink
docs(README): fix a typo in example (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shashwat shagun authored and michael-ciniawsky committed May 3, 2017
1 parent 0fb5495 commit fd8da3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ import style from './file.css'
{
test: /\.css$/,
use: [
{ loader: 'style-laoder', options: { attrs: { id: 'id' } } }
{ loader: 'style-loader', options: { attrs: { id: 'id' } } }
{ loader: 'css-loader' }
]
}
Expand Down

0 comments on commit fd8da3f

Please sign in to comment.