Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
getdave committed Jan 12, 2024
1 parent 07bef0d commit dbf7429
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/rich-text/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ _Returns_

### privateApis

Private @wordpress/block-editor APIs.
Private @wordpress/rich-text APIs.

### registerFormatType

Expand Down
2 changes: 1 addition & 1 deletion packages/rich-text/src/private-apis.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { useAnchorWithUpdate } from './component/use-anchor';
import { lock } from './lock-unlock';

/**
* Private @wordpress/block-editor APIs.
* Private @wordpress/rich-text APIs.
*/
export const privateApis = {};
lock( privateApis, {
Expand Down

0 comments on commit dbf7429

Please sign in to comment.