diff --git a/src/UI/OpeningHours/OpeningHours.ts b/src/UI/OpeningHours/OpeningHours.ts index c12a32d26c..10098ffcfa 100644 --- a/src/UI/OpeningHours/OpeningHours.ts +++ b/src/UI/OpeningHours/OpeningHours.ts @@ -453,7 +453,7 @@ export class OH { /* This function converts a number of ranges (generated by OpeningHours.js) into all the hours of day that a change occurs. E.g. -Monday, some business is opended from 9:00 till 17:00 +Monday, some business is opened from 9:00 till 17:00 Tuesday from 9:30 till 18:00 Wednesday from 9:30 till 12:30 This function will extract all those moments of change and will return 9:00, 9:30, 12:30, 17:00 and 18:00