Skip to content

Commit

Permalink
Merge pull request #1 from sachahjkl/main
Browse files Browse the repository at this point in the history
Fix typo to make goreport "mispell" rating go to 100%
  • Loading branch information
baalimago authored Aug 21, 2024
2 parents a194917 + 8e60680 commit e5fc8e1
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 e5fc8e1

Please sign in to comment.