Skip to content

Commit a425925

Browse files
committed
correct comment
1 parent dc0d9cb commit a425925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/rangeselector/get_update_object.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function getXRange(axisLayout, buttonLayout) {
2424
var step = buttonLayout.step;
2525

2626
var utcStep = d3Time['utc' +
27-
// Capitalized and pluralized step e.g. month -> Months
27+
// Capitalized step e.g. month -> Month
2828
(step.charAt(0).toUpperCase() + step.slice(1))
2929
];
3030

0 commit comments

Comments
 (0)