From 92b341aa5d529d495888ea9c92ceee9c4c3a2770 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Fri, 12 Jul 2024 13:23:43 +0200 Subject: [PATCH] Fix typo --- src/UI/OpeningHours/OpeningHours.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/UI/OpeningHours/OpeningHours.ts b/src/UI/OpeningHours/OpeningHours.ts index c12a32d26..10098ffcf 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