Skip to content

Commit 486944e

Browse files
Fix error message for missing numeric columns
1 parent 5249bb1 commit 486944e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/county_od.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@
294294
});
295295

296296
if (!numericColumns.length) {
297-
console.error('No numeric columns found in county_desirelines.csv');
297+
console.error('No numeric columns found in County_Desirelines.csv');
298298
d3.select('#' + divID).remove();
299299
return;
300300
}

0 commit comments

Comments
 (0)