Skip to content

Commit

Permalink
fixed lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
shail-mehta committed Feb 1, 2025
1 parent 24cb147 commit c5f0de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-editor/src/components/inner-blocks/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ const ForwardedInnerBlocks = forwardRef( ( props, ref ) => {
* @see https://github.com/WordPress/gutenberg/blob/HEAD/packages/block-editor/src/components/inner-blocks/README.md
*
* @param {Object} props Optional. Props to pass to the element. Must contain
* the ref if one is defined.
* the ref if one is defined.
* @param {Object} options Optional. Inner blocks options.
*/
export function useInnerBlocksProps( props = {}, options = {} ) {
Expand Down

0 comments on commit c5f0de6

Please sign in to comment.