Skip to content

Commit 9d63b42

Browse files
committed
doc: fix spelling of PatternFormat
1 parent 3058c08 commit 9d63b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/v5/docs/customization.md

Lines changed: 1 addition & 1 deletion
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)