File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
projects/packages/jetpack-mu-wpcom/src/features/wpcom-blocks/code/block-definition Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 */
501501function CodeWrapper ( {
You can’t perform that action at this time.
0 commit comments