diff --git a/packages/blocks/README.md b/packages/blocks/README.md index 84c7dbba40f03..b215cebf15f58 100644 --- a/packages/blocks/README.md +++ b/packages/blocks/README.md @@ -374,8 +374,7 @@ _Returns_ # **getGroupingBlockName** -Retrieves name of block used for handling grouping interactions, or undefined if no -handler has been defined. +Retrieves name of block used for handling grouping interactions _Returns_ @@ -669,21 +668,21 @@ _Parameters_ - _blockName_ `string`: Block name. -# **setUnregisteredTypeHandlerName** +# **setGroupingBlockName** -Assigns name of block handling unregistered block types. +Assigns the grouping block name. _Parameters_ -- _blockName_ `string`: Block name. +- _name_ `string`: Block name. -# **setGroupingBlockName** +# **setUnregisteredTypeHandlerName** -Assigns the name of the block used in grouping interactions. +Assigns name of block handling unregistered block types. _Parameters_ -- _name_ `string`: Block name. +- _blockName_ `string`: Block name. # **switchToBlockType**