You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: internal/api/watcher.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ func NewWatcher(executor CommandExecutor, requestParams map[string][]string, res
78
78
79
79
// Builds the request we're going to send over and over again until it returns what we expect
80
80
//
81
-
// - `allCommands`, array with all command definitions, realisticly this will always be the static `Commands` variable, but this allows easier unit testing
81
+
// - `allCommands`, array with all command definitions, realistically this will always be the static `Commands` variable, but this allows easier unit testing
82
82
// See `NewWatcher` for other parameter descriptions.
0 commit comments