@@ -2969,10 +2969,10 @@ domain Emulation
29692969 # True if emulation is supported.
29702970 boolean result
29712971
2972- # Clears the overriden device metrics.
2972+ # Clears the overridden device metrics.
29732973 command clearDeviceMetricsOverride
29742974
2975- # Clears the overriden Geolocation Position and Error.
2975+ # Clears the overridden Geolocation Position and Error.
29762976 command clearGeolocationOverride
29772977
29782978 # Requests that page scale factor is reset to initial values.
@@ -3120,7 +3120,7 @@ domain Emulation
31203120 # If set the virtual time policy change should be deferred until any frame starts navigating.
31213121 # Note any previous deferred policy change is superseded.
31223122 optional boolean waitForNavigation
3123- # If set, base::Time::Now will be overriden to initially return this value.
3123+ # If set, base::Time::Now will be overridden to initially return this value.
31243124 optional Network.TimeSinceEpoch initialVirtualTime
31253125 returns
31263126 # Absolute timestamp at which virtual time was first enabled (up time in milliseconds).
@@ -5776,7 +5776,7 @@ domain Page
57765776 # Serialized page data.
57775777 string data
57785778
5779- # Clears the overriden device metrics.
5779+ # Clears the overridden device metrics.
57805780 experimental deprecated command clearDeviceMetricsOverride
57815781 # Use 'Emulation.clearDeviceMetricsOverride' instead
57825782 redirect Emulation
@@ -5786,7 +5786,7 @@ domain Page
57865786 # Use 'DeviceOrientation.clearDeviceOrientationOverride' instead
57875787 redirect DeviceOrientation
57885788
5789- # Clears the overriden Geolocation Position and Error.
5789+ # Clears the overridden Geolocation Position and Error.
57905790 deprecated command clearGeolocationOverride
57915791 # Use 'Emulation.clearGeolocationOverride' instead
57925792 redirect Emulation
0 commit comments