From a2fdf12aa602a8d47893367cbb1c1bb5be108834 Mon Sep 17 00:00:00 2001 From: Grandschtroumpf Date: Thu, 21 Mar 2019 15:35:26 +0100 Subject: [PATCH] standard --- src/persmission-handler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}.` }