diff --git a/packages/block-editor/src/layouts/grid.js b/packages/block-editor/src/layouts/grid.js index 93f7768a76e25..6dd22cf87ba59 100644 --- a/packages/block-editor/src/layouts/grid.js +++ b/packages/block-editor/src/layouts/grid.js @@ -182,7 +182,7 @@ function GridLayoutMinimumWidthControl( { layout, onChange } ) { ].includes( newUnit ) && quantity > 100 ) { - // When converting to `%` or viewport-relativew units, cap the new value at 100. + // When converting to `%` or viewport-relative units, cap the new value at 100. newValue = 100 + newUnit; }