From 951286742790aa93167a3b77856a9eb0ba47d418 Mon Sep 17 00:00:00 2001 From: Martin Trapp <94928215+martrapp@users.noreply.github.com> Date: Tue, 30 Jan 2024 17:25:15 +0100 Subject: [PATCH] wording (#17) --- components/VtBotDebug.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/VtBotDebug.astro b/components/VtBotDebug.astro index ec7364f..5179d5c 100644 --- a/components/VtBotDebug.astro +++ b/components/VtBotDebug.astro @@ -223,7 +223,7 @@ const active = import.meta.env.DEV || production; let i = 0; if (toExecute.length > 0) { prefix.groupCollapsed( - `Scripts that will be executed between astro:after-swap and astro:page-load: (${toExecute.length})` + `Scripts executions from now to astro:page-load: (${toExecute.length})` ); toExecute.forEach((script) => { i = logScript(script, i);