From 0dd85e178332a83449da6e6f794fb1e74462581c Mon Sep 17 00:00:00 2001 From: Jerry Jones Date: Fri, 25 Oct 2024 07:11:53 -0500 Subject: [PATCH] Update comment Co-authored-by: Dave Smith --- packages/block-editor/src/hooks/use-zoom-out.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/block-editor/src/hooks/use-zoom-out.js b/packages/block-editor/src/hooks/use-zoom-out.js index 04677d7267ba61..e844430d6e93ca 100644 --- a/packages/block-editor/src/hooks/use-zoom-out.js +++ b/packages/block-editor/src/hooks/use-zoom-out.js @@ -33,7 +33,7 @@ export function useZoomOut( zoomOut = true ) { return; } - // If we exited zoom out for them and they were originally in zoom out mode, enter zoom out again. + // If zoom out mode was exited for the user and they were originally in zoom out mode, re-enter zoom out mode. if ( programmaticZoomOutChange.current === false && isZoomOutOnMount &&