Skip to content

Commit

Permalink
Code review: Lukas
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviendelangle committed Sep 1, 2022
1 parent 24caa91 commit 987ce52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const getDateSectionNameFromFormatToken = <TDate>(
const dateSectionName = utils.formatTokenMap[formatToken];

if (dateSectionName == null) {
throw new Error(`getDatePartNameFromFormat don't understand the format ${formatToken}`);
throw new Error(`getDatePartNameFromFormat doesn't understand the format ${formatToken}`);
}

return dateSectionName;
Expand Down

0 comments on commit 987ce52

Please sign in to comment.