From 6e3e4130706d3acec87e102140c4d2c518d60408 Mon Sep 17 00:00:00 2001 From: Kumar Rishav Date: Fri, 13 Feb 2026 03:05:29 -0800 Subject: [PATCH] Correct comment in index.js Fix comment formatting for clarity. --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 50ed0e4..9d43a0e 100644 --- a/index.js +++ b/index.js @@ -1,5 +1,5 @@ // If injecting into an app that was already running at the time -// the app was enabled, simply initialize it. +// the app was, simply initialize it. if (document.documentElement) { initialize(); }