mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-26 09:57:48 +02:00
Fix typos (#909)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"key": "fax",
|
||||
"keys": [
|
||||
"fax",
|
||||
"fax:phone"
|
||||
"contact:fax"
|
||||
],
|
||||
"type": "tel",
|
||||
"label": "Fax",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"key": "mobile",
|
||||
"keys": [
|
||||
"mobile",
|
||||
"mobile:phone"
|
||||
"contact:mobile"
|
||||
],
|
||||
"type": "tel",
|
||||
"label": "Mobile Phone",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"key": "website",
|
||||
"keys": [
|
||||
"website",
|
||||
"website:phone"
|
||||
"contact:website"
|
||||
],
|
||||
"type": "url",
|
||||
"placeholder": "https://example.com",
|
||||
|
||||
Reference in New Issue
Block a user