From affcd5aa2efb8a82dfcbc670b9bf0c4f8923b230 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Thu, 4 Apr 2019 09:17:59 -0400 Subject: [PATCH] spelling: lowest --- backgrid-moment-cell.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backgrid-moment-cell.js b/backgrid-moment-cell.js index e6ffcee..268de0b 100644 --- a/backgrid-moment-cell.js +++ b/backgrid-moment-cell.js @@ -187,7 +187,7 @@ var classAttrs = _.pick(this, formatterDefaultKeys); var formatterOptions = _.pick(options, formatterDefaultKeys); - // Priority of the options for the formatter, from highest to lowerest + // Priority of the options for the formatter, from highest to lowest // 1. MomentCell instance options // 2. MomentCell class attributes // 3. MomentFormatter defaults