Skip to content

Commit

Permalink
Mobile - Block library - registerCoreBlocks - Make param optional
Browse files Browse the repository at this point in the history
  • Loading branch information
geriux committed Apr 8, 2022
1 parent bff00a3 commit 48067b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/index.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ addFilter(
*
* registerCoreBlocks();
* ```
* @param {Object} blocksFlags Experimental flags
* @param {Object} [blocksFlags] Experimental flags
*
*/
export const registerCoreBlocks = ( blocksFlags ) => {
Expand Down

0 comments on commit 48067b5

Please sign in to comment.