Skip to content

Commit

Permalink
fixes typo: laoder -> loader (mui#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-dot-earth authored and ctrlplusb committed Feb 12, 2017
1 parent 0b47de6 commit 2180d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/components/ReactHotLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import React from 'react';

// We create this wrapper so that we only import react-hot-laoder for a
// We create this wrapper so that we only import react-hot-loader for a
// development build. Small savings. :)
const ReactHotLoader =
process.env.NODE_ENV === 'development'
Expand Down

0 comments on commit 2180d3f

Please sign in to comment.