diff --git a/v2/dboards/src/app/controllers/row.js b/v2/dboards/src/app/controllers/row.js index a4f15c3..1438e00 100644 --- a/v2/dboards/src/app/controllers/row.js +++ b/v2/dboards/src/app/controllers/row.js @@ -161,7 +161,7 @@ function (angular, app, _) { */ span : _as < defaultSpan && _as > 0 ? _as : defaultSpan, /** @scratch /panels/1 - * editable:: Enable or disable the edit button the the panel + * editable:: Enable or disable the edit button the panel */ editable: true, /** @scratch /panels/1