From c44dbae21455ff63833c4ebb3807f088e57410ba Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Sat, 1 Oct 2022 14:01:11 +0200 Subject: [PATCH] chore(types): fix typos in comments (#18065) --- lib/types/later.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/types/later.d.ts b/lib/types/later.d.ts index ae691223a8..ecde008193 100644 --- a/lib/types/later.d.ts +++ b/lib/types/later.d.ts @@ -95,7 +95,7 @@ declare module '@breejs/later' { /* * Custom Time Periods and Modifiers - * For acces to custom time periods created as extension to the later static type + * For access to custom time periods created as extension to the later static type * and modifiers created on the later modifier static type. */ [timeperiodAndModifierName: string]: number[] | undefined; @@ -117,7 +117,7 @@ declare module '@breejs/later' { */ parse: { /** - * Create schedule data by paring a human readable string. + * Create schedule data by parsing a human readable string. * * @param [input] - A string value to parse. */ -- GitLab