From a70e166b14975976b9a82a6ce3f85be8e5eb136c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20Kall=C3=B3?= Date: Wed, 2 Sep 2020 13:08:09 +0200 Subject: [PATCH] Correct wording of warning message --- src/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils.js b/src/utils.js index d55af25f4..5732d2e90 100644 --- a/src/utils.js +++ b/src/utils.js @@ -24,7 +24,7 @@ export function warnIfMalformedTemplate(el, directive) { if (el.tagName.toLowerCase() !== 'template') { console.warn(`Alpine: [${directive}] directive should only be added to