Skip to content

Commit

Permalink
Update missing capitals that the linter skipped
Browse files Browse the repository at this point in the history
  • Loading branch information
opr committed Feb 25, 2022
1 parent 7c7b4d2 commit 6566efe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ function InserterMenu( {
}, [] );

const onClose = useCallback( () => {
// if should replace but didn't insert any block
// If should replace but didn't insert any block
// re-insert default block.
if ( shouldReplaceBlock ) {
insertDefaultBlock( {}, destinationRootClientId, insertionIndex );
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/color-picker/test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ describe( 'ColorPicker', () => {
h: 125,
s: 0.2,
l: 0.5,
// add alpha to prove it's ignored.
// Add alpha to prove it's ignored.
a: 0.5,
};

Expand Down

0 comments on commit 6566efe

Please sign in to comment.