diff --git a/lib/launcher/browser.go b/lib/launcher/browser.go index 8bd9a18c..733af27d 100644 --- a/lib/launcher/browser.go +++ b/lib/launcher/browser.go @@ -172,7 +172,7 @@ func (lc *Browser) MustGet() string { return p } -// Validate returns nil if the browser executable valid. +// Validate returns nil if the browser executable is valid. // If the executable is malformed it will return error. func (lc *Browser) Validate() error { _, err := os.Stat(lc.BinPath())