summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKit La Touche <kit@transneptune.net>2024-11-08 22:08:02 -0500
committerKit La Touche <kit@transneptune.net>2024-11-08 22:08:02 -0500
commit9c0fcc5534b77d9fd1d712c9472c57d01c8c5274 (patch)
tree0d54c517397fdcb70405234559436df919284f2b
parent27fb577abab4dba7c3edafc396421644ee9e7c5e (diff)
Remove stray reference to "hi"
-rw-r--r--ui/service-worker.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/service-worker.js b/ui/service-worker.js
index 033c8d9..fc619d9 100644
--- a/ui/service-worker.js
+++ b/ui/service-worker.js
@@ -7,7 +7,7 @@
// Only Safari, Edge, Chrome can run it at the moment, because only they
// support modules in service workers.
//
-// That's okay! If you run `tools/run` with HI_DEV unset, you will get the
+// That's okay! If you run `tools/run` with PILCROW_DEV unset, you will get the
// bundled version, and can work on it. Or just use Safari.
import { build, files, version } from '$service-worker';