Skip to content

Commit

Permalink
Fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
up1512001 authored Jul 14, 2024
1 parent 6da5912 commit 2360e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/columns/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ function ColumnsEditContainer( { attributes, setAttributes, clientId } ) {
function updateJustification( newJustification ) {
const innerBlockClientIds = getBlockOrder( clientId );

// Update own and child Column block vertical alignments.
// Update own and child Column block horizontal alignments.
// This is a single action; the batching prevents creating multiple history records.
registry.batch( () => {
setAttributes( { justification: newJustification } );
Expand Down

0 comments on commit 2360e8b

Please sign in to comment.