Skip to content

Commit

Permalink
Fix comment error
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Richards <[email protected]>
  • Loading branch information
glendaviesnz and talldan committed Feb 14, 2024
1 parent adf900a commit 03a8d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-editor/src/components/rich-text/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ export function RichTextWrapper(
);
}

// This is the private API for the ListView component.
// This is the private API for the RichText component.
// It allows access to all props, not just the public ones.
export const PrivateRichText = withDeprecations(
forwardRef( RichTextWrapper )
Expand Down

0 comments on commit 03a8d89

Please sign in to comment.