Skip to content

Commit

Permalink
Update setup.go
Browse files Browse the repository at this point in the history
Fix typo "packge" -> "package"
  • Loading branch information
sachahjkl authored Aug 21, 2024
1 parent a194917 commit 8e60680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8e60680

Please sign in to comment.