Skip to content

Commit e82deaa

Browse files
authored
Merge pull request #868 from ssiyad/master
doc: fix spelling of `PatternFormat`
2 parents 57d2bef + 9d63b42 commit e82deaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/v5/docs/customization.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ function CardExpiry(props) {
145145
></iframe>
146146
</details>
147147
148-
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
148+
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
149149
`usePatternFormat` and `useNumericFormat` hook which can be used in conjunction with NumberFormatBase.
150150

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

0 commit comments

Comments
 (0)