LiveReload

This commit is contained in:
Jeff Winkler
2025-11-08 13:05:23 -05:00
parent c1ddb6441e
commit 3b658ed7d0
7 changed files with 185 additions and 1 deletions

View File

@@ -35,7 +35,7 @@ func (s *signal) Err() error {
return s.err
}
// Bind binds this signal to an imput element. When the imput changes
// Bind binds this signal to an input element. When the input changes
// its value the signal updates in real-time in the browser.
//
// Example: