Skip to content

Commit df60320

Browse files
committed
Add jsdoc param description
1 parent 672cbb3 commit df60320

File tree

1 file changed

+3
-3
lines changed
  • projects/packages/jetpack-mu-wpcom/src/features/wpcom-blocks/code/block-definition

1 file changed

+3
-3
lines changed

projects/packages/jetpack-mu-wpcom/src/features/wpcom-blocks/code/block-definition/block-definition.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -492,10 +492,10 @@ function Loading( props: EditBlockProps ): React.JSX.Element {
492492
* This function wraps the code content when it is not managed by CodeMirror.
493493
*
494494
* @param props - Component props.
495-
* @param props.attributes -- Block attributes.
496-
* @param props.children -- Component children, the contents of the block.
495+
* @param props.attributes - Block attributes.
496+
* @param props.children - Component children, the contents of the block.
497+
* @param props.wrapperProps - Props to pass to the PRE container element.
497498
*
498-
* @param props.wrapperProps
499499
* @return UI.
500500
*/
501501
function CodeWrapper( {

0 commit comments

Comments
 (0)