diff --git a/src/persmission-handler.js b/src/persmission-handler.js index 69a9c73d7c..b16540ac5b 100644 --- a/src/persmission-handler.js +++ b/src/persmission-handler.js @@ -23,7 +23,7 @@ const css = csjs` } ` -function notAllowWarning(from, to) { +function notAllowWarning (from, to) { return `${from.displayName || from.name} is not allowed to call ${to.displayName || to.name}.` }