Skip to content

Commit

Permalink
Correct typo (#34396)
Browse files Browse the repository at this point in the history
Change `assing` to `assign` for `Object.assign`
  • Loading branch information
romarioraffington authored Aug 31, 2021
1 parent 9506b08 commit 7c5cd02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/blocks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ add_action( 'enqueue_block_editor_assets', 'random_image_enqueue_block_editor_as

return el(
'form',
Object.assing( blockProps, { onSubmit: setCategory } ),
Object.assign( blockProps, { onSubmit: setCategory } ),
children
);
},
Expand Down

0 comments on commit 7c5cd02

Please sign in to comment.