chore(chromium): typo in a comment

This commit is contained in:
Julien Neuhart
2023-12-08 09:38:17 +01:00
committed by GitHub
parent a6ac0a813d
commit 0e836622ec

View File

@@ -137,7 +137,7 @@ func (b *chromiumBrowser) Start(logger *zap.Logger) error {
b.ctxMu.Lock()
defer b.ctxMu.Unlock()
// We have to keep the context around, as we need it to create a new tabs
// We have to keep the context around, as we need it to create new tabs
// later.
b.ctx = ctx
b.cancelFunc = func() {