Skip to content

Commit

Permalink
Correct resizeable spelling to US resizable (#41100)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrobertshaw authored May 17, 2022
1 parent 303a423 commit 14c0c1d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/block-library/src/cover/edit/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ import useCoverIsDark from './use-cover-is-dark';
import CoverInspectorControls from './inspector-controls';
import CoverBlockControls from './block-controls';
import CoverPlaceholder from './cover-placeholder';
import ResizableCover from './resizeable-cover';
import ResizableCover from './resizable-cover';

extend( [ namesPlugin ] );

Expand Down
2 changes: 1 addition & 1 deletion packages/block-library/src/cover/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
min-height: auto !important;
padding: 0 !important;

// Resizeable placeholder for placeholder.
// Resizable placeholder for placeholder.
.block-library-cover__resize-container {
display: none;
}
Expand Down

0 comments on commit 14c0c1d

Please sign in to comment.