Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit a54f1f7

Browse files
authored
Merge pull request #52 from dflock/patch-3
fix(doc): corrected english spelling and grammar
2 parents 2ef19d0 + e1562ce commit a54f1f7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/guide/examples/phone-prefix-example.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
## Phone Prefix Example
22

3-
The library also mades easy to create more complex arranges of inputs, one escenario could be a field that collects an international phone number and consists of a country dropdown, a numeric input for area code and another numeric input for phone number.
3+
The library also makes it easy to create more complex arrangements of inputs. For example, a field that collects an international phone number and consists of a country dropdown, a numeric input for area code and another numeric input for phone number.
44

5-
There easiest way to achieve it is by creating the 3 diferent inputs using `FormField` and add layout related classes using `customClass`
6-
7-
Thanks [@dflock](https://github.com/dflock) for the suggestion.
5+
There easiest way to achieve this is by creating the 3 diferent inputs using `FormField` and add layout related classes using `customClass`:
86

97
<PhonePrefix />
108

0 commit comments

Comments
 (0)