Skip to content

Commit fd8da3f

Browse files
Shashwat shagunmichael-ciniawsky
Shashwat shagun
authored andcommitted
docs(README): fix a typo in example (#225)
1 parent 0fb5495 commit fd8da3f

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
@@ -193,7 +193,7 @@ import style from './file.css'
193193
{
194194
test: /\.css$/,
195195
use: [
196-
{ loader: 'style-laoder', options: { attrs: { id: 'id' } } }
196+
{ loader: 'style-loader', options: { attrs: { id: 'id' } } }
197197
{ loader: 'css-loader' }
198198
]
199199
}

0 commit comments

Comments
 (0)