From c05ba7f4dadb2f00affd7944386803f728e2f6a0 Mon Sep 17 00:00:00 2001 From: Lonnie Best Date: Thu, 29 Nov 2018 00:03:54 -0600 Subject: [PATCH] typo in comment. "ony" should be "only" --- esm/hyper/wire.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esm/hyper/wire.js b/esm/hyper/wire.js index fc41c91d..37c7a197 100644 --- a/esm/hyper/wire.js +++ b/esm/hyper/wire.js @@ -75,7 +75,7 @@ const weakly = (obj, type) => { // node wouldn't know which node was there // associated to the interpolation. // To prevent hyperHTML to forget about wired nodes, -// these are either returned as Array or, if there's ony one entry, +// these are either returned as Array or, if there's only one entry, // as single referenced node that won't disappear from the fragment. // The initial fragment, at this point, would be used as unique reference. const wireContent = node => {