Skip to content

Commit

Permalink
Update bin/api-docs/gen-block-lib-list.js
Browse files Browse the repository at this point in the history
Co-authored-by: Aki Hamano <[email protected]>
  • Loading branch information
carolinan and t-hamano authored Apr 12, 2023
1 parent 60f7a0e commit 1aadf65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/api-docs/gen-block-lib-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ function readBlockJSON( filename ) {
: [];
const attributes = getTruthyKeys( blockjson.attributes );
const parent = blockjson.parent
? '\n' + `- **Parent:** ${ blockjson.parent }`
? '\n' + `- **Parent:** ${ blockjson.parent.join( ', ' ) }`
: '';
const experimental = blockjson.__experimental
? '\n' + `- **Experimental:** ${ blockjson.__experimental }`
Expand Down

0 comments on commit 1aadf65

Please sign in to comment.