Skip to content

Commit

Permalink
wording (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
martrapp authored Jan 30, 2024
1 parent 502e89b commit 9512867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/VtBotDebug.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 9512867

Please sign in to comment.