Skip to content

Commit

Permalink
fixup! rephrase like a native does
Browse files Browse the repository at this point in the history
  • Loading branch information
inancgumus committed Mar 2, 2023
1 parent 64ca112 commit 250b1e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/browser.go
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ func (b *Browser) Close() {
if b.closed {
b.logger.Warnf(
"Browser:Close",
"Please call browser.close only once, and do not use continue using the browser after calling close.",
"Please call browser.close only once, and do not use the browser after calling close.",
)
return
}
Expand Down

0 comments on commit 250b1e7

Please sign in to comment.