Skip to content

Commit

Permalink
chore(types): fix typos in comments (#18065)
Browse files Browse the repository at this point in the history
  • Loading branch information
HonkingGoose committed Oct 1, 2022
1 parent 3adb7fb commit c44dbae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/types/later.d.ts
Expand Up @@ -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;
Expand All @@ -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.
*/
Expand Down

0 comments on commit c44dbae

Please sign in to comment.