From 9c0fcc5534b77d9fd1d712c9472c57d01c8c5274 Mon Sep 17 00:00:00 2001 From: Kit La Touche Date: Fri, 8 Nov 2024 22:08:02 -0500 Subject: Remove stray reference to "hi" --- ui/service-worker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; -- cgit v1.2.3