Skip to content

Commit

Permalink
Update packages/editor/src/components/post-excerpt/plugin.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ntsekouras committed May 2, 2024
1 parent 008c78d commit 6256337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor/src/components/post-excerpt/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const { Fill, Slot } = createSlotFill( 'PluginPostExcerpt' );
* ```jsx
* // Using ESNext syntax
* import { __ } from '@wordpress/i18n';
* import { __experimentalPluginPostExcerpt as PluginPostExcerpt } from '@wordpress/editor';
* import { __experimentalPluginPostExcerpt as PluginPostExcerpt } from '@wordpress/edit-post';
*
* const MyPluginPostExcerpt = () => (
* <PluginPostExcerpt className="my-plugin-post-excerpt">
Expand Down

0 comments on commit 6256337

Please sign in to comment.