From 8e60680ee2e306cd8da00300a32e141643272f18 Mon Sep 17 00:00:00 2001 From: Sacha <32895534+sachahjkl@users.noreply.github.com> Date: Wed, 21 Aug 2024 10:35:28 +0200 Subject: [PATCH] Update setup.go Fix typo "packge" -> "package" --- cmd/setup.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/setup.go b/cmd/setup.go index 29363dd..320dabc 100644 --- a/cmd/setup.go +++ b/cmd/setup.go @@ -62,7 +62,7 @@ const usage = `== Web Development 40 == This tool is designed to enable hot reload for any statically hosted web development. It injects a websocket script (in a mirrored version of the file) into html pages -and uses the fsnotify (cross-platform 'inotify' wrapper) packge to detect filechanges. +and uses the fsnotify (cross-platform 'inotify' wrapper) package to detect filechanges. On filechanges, the websocket will trigger a reload of the page. The 40 is only to enable rust-repellant properties.