File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ const formatPrice = (price: number | string) => {
226226 { tier .slotsLeft ? (
227227 <>
228228 <span >{ tier .slotsLeft } </span >
229- { tier .slotsLeft == 1 ? " slot" : " slots" } availalbe
229+ { tier .slotsLeft == 1 ? " slot" : " slots" } available
230230 </>
231231 ) : (
232232 <>Fully booked</>
@@ -282,7 +282,7 @@ const formatPrice = (price: number | string) => {
282282 ) : tier .slotsLeft ? (
283283 <>
284284 <span >{ tier .slotsLeft } </span >
285- { tier .slotsLeft == 1 ? " slot" : " slots" } availalbe
285+ { tier .slotsLeft == 1 ? " slot" : " slots" } available
286286 </>
287287 ) : (
288288 <>Fully booked</>
@@ -338,7 +338,7 @@ const formatPrice = (price: number | string) => {
338338 ) : tier .slotsLeft ? (
339339 <>
340340 <span >{ tier .slotsLeft } </span >
341- { tier .slotsLeft == 1 ? " slot" : " slots" } availalbe
341+ { tier .slotsLeft == 1 ? " slot" : " slots" } available
342342 </>
343343 ) : (
344344 <>Fully booked</>
@@ -392,7 +392,7 @@ const formatPrice = (price: number | string) => {
392392 { tier .slotsLeft ? (
393393 <>
394394 <span >{ tier .slotsLeft } </span >
395- { tier .slotsLeft == 1 ? " slot" : " slots" } availalbe
395+ { tier .slotsLeft == 1 ? " slot" : " slots" } available
396396 </>
397397 ) : (
398398 <>Fully booked</>
You can’t perform that action at this time.
0 commit comments