Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d46f8e0

Browse files
authoredFeb 29, 2024
Fixed typo
yyou -> you
1 parent 569d566 commit d46f8e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/docs/content/forms/input-mask.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: React Input Mask
33
name: Input mask
4-
description: React input masks allow you to regulate the format of data entered. Yyou can enhance data entry accuracy by implementing react input masks for fields with consistent formatting requirements. This ensures that users input data correctly, such as accurately formatted phone numbers in a designated phone number field.
4+
description: React input masks allow you to regulate the format of data entered. You can enhance data entry accuracy by implementing react input masks for fields with consistent formatting requirements. This ensures that users input data correctly, such as accurately formatted phone numbers in a designated phone number field.
55
menu: Forms
66
route: /forms/input-mask
77
---

0 commit comments

Comments
 (0)
Please sign in to comment.