fix: typos in docs/ (#19144)

Found via `codespell -q 3 -S "*.svg,./apps/web/public/static/locales" -L afterall,datea,fo,ist,optionel`
This commit is contained in:
luzpaz
2025-02-07 06:45:34 +00:00
committed by GitHub
parent 1babf5bf50
commit 8612f77c07
11 changed files with 19 additions and 19 deletions
+7 -7
View File
@@ -7307,7 +7307,7 @@
},
"disableOnPrefill": {
"type": "boolean",
"description": "Disable this booking field if the URL contains query parameter with key equal to the slug and prefill it with the provided value. For example, if the slug is `language` and options of this select field are ['english', 'italian'] and the URL contains query parameter `&language=italian`, the 'italian' radio buttom will be selected and the select field will be disabled."
"description": "Disable this booking field if the URL contains query parameter with key equal to the slug and prefill it with the provided value. For example, if the slug is `language` and options of this select field are ['english', 'italian'] and the URL contains query parameter `&language=italian`, the 'italian' radio button will be selected and the select field will be disabled."
},
"hidden": {
"type": "boolean",
@@ -7915,7 +7915,7 @@
},
"beforeEventBuffer": {
"type": "number",
"description": "Time spaces that can be pre-pended before an event to give more time before it."
"description": "Time spaces that can be prepended before an event to give more time before it."
},
"afterEventBuffer": {
"type": "number",
@@ -8966,7 +8966,7 @@
},
"disableOnPrefill": {
"type": "boolean",
"description": "Disable this booking field if the URL contains query parameter with key equal to the slug and prefill it with the provided value. For example, if the slug is `language` and options of this select field are ['english', 'italian'] and the URL contains query parameter `&language=italian`, the 'italian' radio buttom will be selected and the select field will be disabled."
"description": "Disable this booking field if the URL contains query parameter with key equal to the slug and prefill it with the provided value. For example, if the slug is `language` and options of this select field are ['english', 'italian'] and the URL contains query parameter `&language=italian`, the 'italian' radio button will be selected and the select field will be disabled."
},
"hidden": {
"type": "boolean",
@@ -9607,7 +9607,7 @@
},
"beforeEventBuffer": {
"type": "number",
"description": "Time spaces that can be pre-pended before an event to give more time before it."
"description": "Time spaces that can be prepended before an event to give more time before it."
},
"afterEventBuffer": {
"type": "number",
@@ -10962,7 +10962,7 @@
},
"beforeEventBuffer": {
"type": "number",
"description": "Time spaces that can be pre-pended before an event to give more time before it."
"description": "Time spaces that can be prepended before an event to give more time before it."
},
"afterEventBuffer": {
"type": "number",
@@ -11733,7 +11733,7 @@
},
"beforeEventBuffer": {
"type": "number",
"description": "Time spaces that can be pre-pended before an event to give more time before it."
"description": "Time spaces that can be prepended before an event to give more time before it."
},
"afterEventBuffer": {
"type": "number",
@@ -15259,7 +15259,7 @@
"externalId": {
"type": "string",
"example": "https://caldav.icloud.com/26962146906/calendars/1644422A-1945-4438-BBC0-4F0Q23A57R7S/",
"description": "Unique identifier used to represent the specfic calendar, as returned by the /calendars endpoint"
"description": "Unique identifier used to represent the specific calendar, as returned by the /calendars endpoint"
}
},
"required": ["integration", "externalId"]