Skip to content

Commit

Permalink
🐛 Fix typo in capitalize name
Browse files Browse the repository at this point in the history
  • Loading branch information
frinyvonnick authored and nlepage committed Sep 4, 2017
1 parent c2c4f9e commit 5159bfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/string/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { capizalize } from './capizalize'
import { capitalize } from './capitalize'
import { replace } from './replace'
import { toLower } from './toLower'
import { toUpper } from './toUpper'
Expand All @@ -9,7 +9,7 @@ import { toUpper } from './toUpper'
* @since 0.3.0
*/
export {
capizalize,
capitalize,
replace,
toLower,
toUpper,
Expand Down

0 comments on commit 5159bfb

Please sign in to comment.