Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aristath committed Oct 2, 2023
1 parent 71c990e commit febc88b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-editor/src/layouts/grid.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit febc88b

Please sign in to comment.