diff --git a/dist/date.js b/dist/date.js index 5b3e49d..983f984 100644 --- a/dist/date.js +++ b/dist/date.js @@ -1255,7 +1255,7 @@ function parser (str, offset) { // console.log(prepro) // reset the str to prepro str str = prepro.str - // if proprocessed doesn't leave any str to be processed (non-date-time) format, check normals + // if preprocessed doesn't leave any str to be processed (non-date-time) format, check normals if (!str) { if (prepro.normals.length) { // if there's normal date parsed already, diff --git a/lib/parser.js b/lib/parser.js index eda23af..f9d3ec3 100644 --- a/lib/parser.js +++ b/lib/parser.js @@ -54,7 +54,7 @@ function parser (str, offset) { // console.log(prepro) // reset the str to prepro str str = prepro.str - // if proprocessed doesn't leave any str to be processed (non-date-time) format, check normals + // if preprocessed doesn't leave any str to be processed (non-date-time) format, check normals if (!str) { if (prepro.normals.length) { // if there's normal date parsed already,