]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
[misc] fix typo in comment for day-of-month.js (#4551)
authorMartin Dreher <luma.inc@gmail.com>
Sun, 15 Apr 2018 05:35:39 +0000 (07:35 +0200)
committerKunal Marwaha <marwahaha@berkeley.edu>
Sun, 15 Apr 2018 05:35:39 +0000 (21:35 -0800)
src/lib/units/day-of-month.js

index 0e4a02e1e8a97d6ca45aed30e16d0be0f4cf95a0..cbd1e40ba981bb565e8ea6a384ad28acf8a17c3d 100644 (file)
@@ -15,7 +15,7 @@ addFormatToken('D', ['DD', 2], 'Do', 'date');
 
 addUnitAlias('date', 'D');
 
-// PRIOROITY
+// PRIORITY
 addUnitPriority('date', 9);
 
 // PARSING