Skip to content

Commit

Permalink
Fix typos its → it is
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov authored and kewisch committed Oct 15, 2022
1 parent bed89ca commit c7811df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/parse_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ suite('parserv2', function() {

// NOTE: this is not an absolute test that serialization
// works as our parser should be error tolerant and
// its remotely possible that we consistently produce
// it is remotely possible that we consistently produce
// ICAL that only we can parse.
jsonEqual(
subject(ical),
Expand Down
2 changes: 1 addition & 1 deletion test/recur_expansion_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ suite('recur_expansion', function() {
});

suite('#next', function() {
// I use JS dates widely because its much easier
// I use JS dates widely because it is much easier
// to compare them via chai's deepEquals function
let expected = [
new Date(2012, 9, 2, 10),
Expand Down
2 changes: 1 addition & 1 deletion test/stringify_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ suite('ICAL.stringify', function() {

// NOTE: this is not an absolute test that serialization
// works as our parser should be error tolerant and
// its remotely possible that we consistently produce
// it is remotely possible that we consistently produce
// ICAL that only we can parse.
jsonEqual(
ICAL.parse(ical),
Expand Down

0 comments on commit c7811df

Please sign in to comment.