diff --git a/core/browser_windows.go b/core/browser_windows.go index d14de60..64f735c 100644 --- a/core/browser_windows.go +++ b/core/browser_windows.go @@ -112,7 +112,7 @@ var ( errBase64DecodeFailed = errors.New("decode base64 failed") ) -// InitSecretKey on windows with win32 DPAPI +// InitSecretKey on Windows with win32 DPAPI // conference from @https://gist.github.com/akamajoris/ed2f14d817d5514e7548 func (c *Chromium) InitSecretKey() error { if c.keyPath == "" {