You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/v5/docs/customization.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -145,7 +145,7 @@ function CardExpiry(props) {
145
145
></iframe>
146
146
</details>
147
147
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
149
149
`usePatternFormat` and `useNumericFormat` hook which can be used in conjunction with NumberFormatBase.
0 commit comments