Skip to content

Commit

Permalink
Merge pull request #868 from ssiyad/master
Browse files Browse the repository at this point in the history
doc: fix spelling of `PatternFormat`
  • Loading branch information
s-yadav authored Dec 25, 2024
2 parents 57d2bef + 9d63b42 commit e82deaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/v5/docs/customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ function CardExpiry(props) {
></iframe>
</details>
A couple of time we want to get all the features of NumericFormat or PatterFormat, and apply some customization on top of it. Well NumberFormat allows to do that as well. It provides
A couple of time we want to get all the features of NumericFormat or PatternFormat, and apply some customization on top of it. Well NumberFormat allows to do that as well. It provides
`usePatternFormat` and `useNumericFormat` hook which can be used in conjunction with NumberFormatBase.

Let's take the same example of Card Expiry field.
Expand Down

0 comments on commit e82deaa

Please sign in to comment.