mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
chore: cleanup some typos in comments (#25770)
This commit is contained in:
@@ -263,7 +263,7 @@ void WebContentsZoomController::SetZoomFactorOnNavigationIfNeeded(
|
||||
|
||||
// When kZoomFactor is available, it takes precedence over
|
||||
// pref store values but if the host has zoom factor set explicitly
|
||||
// then it takes precendence.
|
||||
// then it takes precedence.
|
||||
// pref store < kZoomFactor < setZoomLevel
|
||||
std::string host = net::GetHostOrSpecFromURL(url);
|
||||
std::string scheme = url.scheme();
|
||||
|
||||
Reference in New Issue
Block a user