Skip to content

Commit

Permalink
Fix typo in Troubleshooting.md
Browse files Browse the repository at this point in the history
"OccurrenceOrderPlugin" was misspelled
  • Loading branch information
glcheetham authored Mar 9, 2017
1 parent 9146001 commit a03dde0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ new webpack.DefinePlugin({
}
}),
// keeps hashes consistent between compilations
new webpack.optimize.OccurenceOrderPlugin(),
new webpack.optimize.OccurrenceOrderPlugin(),
// minifies your code
new webpack.optimize.UglifyJsPlugin({
compressor: {
Expand Down

0 comments on commit a03dde0

Please sign in to comment.