mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
public/app/features/*: Fix some misspell issues
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user