Skip to content

Commit 402c03e

Browse files
committed
fix typo
1 parent 9574ffb commit 402c03e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/block/posts/style.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ Image.addStyles( blockStyles, {
288288

289289
if ( [ 'horizontal', 'horizontal-2' ].includes( blockStyle?.name ) ) {
290290
// If the image has a link and the width unit is %, return false
291-
// because the we have set a custom selector for the image width that uses the % unit.
291+
// because we have set a custom selector for the image width that uses the % unit.
292292
if ( imageHasLink && ( getAttribute( 'imageWidthUnit' ) === '%' ||
293293
getAttribute( 'imageWidthUnitTablet' ) === '%' ) ) {
294294
return false

0 commit comments

Comments
 (0)