Skip to content

Commit

Permalink
Fix typos (#909)
Browse files Browse the repository at this point in the history
  • Loading branch information
arch0345 committed May 23, 2023
1 parent a2e7033 commit b988ad6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/fields/fax.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"key": "fax",
"keys": [
"fax",
"fax:phone"
"contact:fax"
],
"type": "tel",
"label": "Fax",
Expand Down
2 changes: 1 addition & 1 deletion data/fields/mobile.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"key": "mobile",
"keys": [
"mobile",
"mobile:phone"
"contact:mobile"
],
"type": "tel",
"label": "Mobile Phone",
Expand Down
2 changes: 1 addition & 1 deletion data/fields/website.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"key": "website",
"keys": [
"website",
"website:phone"
"contact:website"
],
"type": "url",
"placeholder": "https://example.com",
Expand Down

0 comments on commit b988ad6

Please sign in to comment.