Skip to content

Commit

Permalink
fix presets.const.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermeasn authored Nov 28, 2023
1 parent bbb0fb1 commit 2268c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/presets.const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ const presets : { [key in PresetOption] : MaskProps } = {
masks: [ '.' ],
patterns: { '.': /./ },
infinity: true,
transform: 'capitalizaAll'
transform: 'capitalizeAll'
}

}
Expand Down

0 comments on commit 2268c43

Please sign in to comment.