public/app/features/*: Fix some misspell issues

This commit is contained in:
Mario Trangoni
2018-12-05 13:08:00 +01:00
parent 0f74843332
commit ab9f65a4cf
6 changed files with 11 additions and 11 deletions

View File

@@ -67,7 +67,7 @@ export function updateDashboardPermission(
const updated = toUpdateItem(item);
// if this is the item we want to update, update it's permisssion
// if this is the item we want to update, update it's permission
if (itemToUpdate === item) {
updated.permission = level;
}