Skip to content

Commit c64b79f

Browse files
committed
[update] corrected misprints
1 parent 2363cd9 commit c64b79f

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

docs/guides/configuration.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const data = [
3535
id: "ee828b5d-a034-420c-889b-978840015d6a",
3636
title: "Natalie Tyson",
3737
category: "Allergist",
38-
subtitle: "2 years of experiece",
38+
subtitle: "2 years of experience",
3939
details: "Lexington Avenue 54\nWheatfields, Hungary",
4040
preview: "https://snippet.dhtmlx.com/codebase/data/booking/01/img/01.jpg",
4141
price: "27 $",
@@ -76,13 +76,13 @@ A slot is a time unit available for booking. Available slots for cards are displ
7676
To add booking slots to a card, add an object to the `slots` array of the [`data`](/api/config/booking-data) property.
7777
In the example below, the slots are added for the specified card for Tuesdays and Fridays from 12 a.m. to 6 p.m and each slot duration is 30 minutes with 10-minutes gap between slots.
7878

79-
~~~jsx {16-23}
79+
~~~jsx {15-22}
8080
const data = [
8181
{
8282
id: "5cf364d8-9997-4d8c-9586-48f90f3cb736",
8383
title: "Natalie Tyson",
8484
category: "Therapist",
85-
subtitle: "2 years of experiece",
85+
subtitle: "2 years of experience",
8686
details: "Cleveland Clinic\n9500 Euclid Ave",
8787
preview: "https://snippet.dhtmlx.com/codebase/data/booking/01/img/01.jpg",
8888
price: "37 $",
@@ -149,7 +149,7 @@ const data = [
149149
id: "5cf364d8-9997-4d8c-9586-48f90f3cb736",
150150
title: "Natalie Tyson",
151151
category: "Therapist",
152-
subtitle: "2 years of experiece",
152+
subtitle: "2 years of experience",
153153
details: "Cleveland Clinic\n9500 Euclid Ave",
154154
preview: "https://snippet.dhtmlx.com/codebase/data/booking/01/img/01.jpg",
155155
price: "37 $",
@@ -184,7 +184,7 @@ const data = [
184184
id: "5cf364d8-9997-4d8c-9586-48f90f3cb736",
185185
title: "Natalie Tyson",
186186
category: "Therapist",
187-
subtitle: "2 years of experiece",
187+
subtitle: "2 years of experience",
188188
details: "Cleveland Clinic\n9500 Euclid Ave",
189189
preview: "https://snippet.dhtmlx.com/codebase/data/booking/01/img/01.jpg",
190190
price: "37 $",
@@ -241,7 +241,7 @@ const data = [
241241
id: "5cf364d8-9997-4d8c-9586-48f90f3cb736",
242242
title: "Natalie Tyson",
243243
category: "Therapist",
244-
subtitle: "2 years of experiece",
244+
subtitle: "2 years of experience",
245245
details: "Cleveland Clinic\n9500 Euclid Ave",
246246
preview: "https://snippet.dhtmlx.com/codebase/data/booking/01/img/01.jpg",
247247
price: "37 $",
@@ -279,7 +279,7 @@ const data = [
279279
id: "5cf364d8-9997-4d8c-9586-48f90f3cb736",
280280
title: "Natalie Tyson",
281281
category: "Therapist",
282-
subtitle: "2 years of experiece",
282+
subtitle: "2 years of experience",
283283
details: "Cleveland Clinic\n9500 Euclid Ave",
284284
preview: "https://snippet.dhtmlx.com/codebase/data/booking/01/img/01.jpg",
285285
price: "37 $",

docs/guides/loading-data.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const data = [
2020
id: "ee828b5d-a034-420c-889b-978840015d6a",
2121
title: "Natalie Tyson",
2222
category: "Therapist",
23-
subtitle: "2 years of experiece",
23+
subtitle: "2 years of experience",
2424
details: "Cleveland Clinic\n9500 Euclid Ave",
2525
preview: "https://snippet.dhtmlx.com/codebase/data/booking/01/img/01.jpg",
2626
price: "$35",
@@ -43,7 +43,7 @@ const data = [
4343
id: "5c9b64ad-1830-4e5b-a5f9-8acea10706df",
4444
title: "James Anderson",
4545
category: "Allergist",
46-
subtitle: "3 years of experiece",
46+
subtitle: "3 years of experience",
4747
details: "UCLA Medical Center\n57 Westwood Plaza",
4848
preview: "https://snippet.dhtmlx.com/codebase/data/booking/01/img/11.jpg",
4949
price: "$30",
@@ -113,7 +113,7 @@ const data = [
113113
id: "ee828b5d-a034-420c-889b-978840015d6a",
114114
title: "Natalie Tyson",
115115
category: "Therapist",
116-
subtitle: "2 years of experiece",
116+
subtitle: "2 years of experience",
117117
details: "Cleveland Clinic\n9500 Euclid Ave",
118118
preview: "https://snippet.dhtmlx.com/codebase/data/booking/01/img/01.jpg",
119119
price: "$35",

docs/how-to-start.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ const data = [
9292
id: "ee828b5d-a034-420c-889b-978840015d6a",
9393
title: "Natalie Tyson",
9494
category: "Therapist",
95-
subtitle: "2 years of experiece",
95+
subtitle: "2 years of experience",
9696
details: "Cleveland Clinic\n9500 Euclid Ave",
9797
preview: "https://snippet.dhtmlx.com/codebase/data/booking/01/img/01.jpg",
9898
price: "$35",
@@ -117,7 +117,7 @@ const data = [
117117
id: "5c9b64ad-1830-4e5b-a5f9-8acea10706df",
118118
title: "James Anderson",
119119
category: "Allergist",
120-
subtitle: "3 years of experiece",
120+
subtitle: "3 years of experience",
121121
details: "UCLA Medical Center\n57 Westwood Plaza",
122122
preview: "https://snippet.dhtmlx.com/codebase/data/booking/01/img/11.jpg",
123123
price: "$30",

0 commit comments

Comments
 (0)