diff --git a/packages/block-editor/src/hooks/use-zoom-out.js b/packages/block-editor/src/hooks/use-zoom-out.js index 0c3643c4deca4..04677d7267ba6 100644 --- a/packages/block-editor/src/hooks/use-zoom-out.js +++ b/packages/block-editor/src/hooks/use-zoom-out.js @@ -41,7 +41,7 @@ export function useZoomOut( zoomOut = true ) { ) { setZoomLevel( 'auto-scaled' ); } - // We entered zoom out for them, and they were not originally in zoom out mode, so reset the zoom level. + // Zoom out was activated for the user, and they were not originally in zoom out mode, so reset the zoom level. else if ( programmaticZoomOutChange.current === true && isZoomOut() &&