From 9d63b42876b4b5da88808632f0322a2f6ddd5144 Mon Sep 17 00:00:00 2001 From: Sabu Siyad Date: Wed, 4 Dec 2024 15:49:30 +0530 Subject: [PATCH] doc: fix spelling of `PatternFormat` --- documentation/v5/docs/customization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/v5/docs/customization.md b/documentation/v5/docs/customization.md index bbc94eb..0705e85 100644 --- a/documentation/v5/docs/customization.md +++ b/documentation/v5/docs/customization.md @@ -145,7 +145,7 @@ function CardExpiry(props) { > -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.