Skip to content

Commit

Permalink
Use valid instead of legal (#297) [skip ci]
Browse files Browse the repository at this point in the history
Legal makes it sounds like it's a legal issue, yet it's more about the validity of the value.
  • Loading branch information
DanielApt authored and hzoo committed Sep 14, 2016
1 parent 27bb7fc commit 4e7e1b2
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 @@ -27,7 +27,7 @@ module: {
{
test: /\.js$/,
exclude: /(node_modules|bower_components)/,
loader: 'babel', // 'babel-loader' is also a legal name to reference
loader: 'babel', // 'babel-loader' is also a valid name to reference
query: {
presets: ['es2015']
}
Expand Down

0 comments on commit 4e7e1b2

Please sign in to comment.