@@ -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\n Wheatfields, 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
7676To add booking slots to a card, add an object to the ` slots ` array of the [ ` data ` ] ( /api/config/booking-data ) property.
7777In 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 }
8080const 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\n 9500 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\n 9500 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\n 9500 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\n 9500 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\n 9500 Euclid Ave" ,
284284 preview: " https://snippet.dhtmlx.com/codebase/data/booking/01/img/01.jpg" ,
285285 price: " 37 $" ,
0 commit comments