chore(chromium): typo in a comment

This commit is contained in:
Julien Neuhart
2023-12-08 09:38:17 +01:00
parent 130b94aa8c
commit 3046615c3c

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() {