public: fix codespell issues

This commit is contained in:
Mario Trangoni
2018-04-13 19:48:37 +02:00
parent 298ece0a02
commit e5e6bc56c8
39 changed files with 63 additions and 63 deletions

View File

@@ -31,7 +31,7 @@ export class SeriesOverridesCtrl {
$scope.override[item.propertyName] = subItem.value;
// automatically disable lines for this series and the fill bellow to series
// automatically disable lines for this series and the fill below to series
// can be removed by the user if they still want lines
if (item.propertyName === 'fillBelowTo') {
$scope.override['lines'] = false;