Skip to content

Commit

Permalink
Update packages/plugins/src/components/test/plugin-area.js
Browse files Browse the repository at this point in the history
Co-authored-by: Greg Ziółkowski <[email protected]>
  • Loading branch information
Mamaduka and gziolo authored Mar 20, 2023
1 parent 11ba29d commit c610b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugins/src/components/test/plugin-area.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ describe( 'PluginArea', () => {
expect( container ).toHaveTextContent( 'plugin: scoped.' );
} );

test( 'rerenders when new plugin is registered', () => {
test( 'rerenders when a new plugin is registered', () => {
registerPlugin( 'foo', {
render: () => <TestComponent content="foo" />,
icon: 'smiley',
Expand Down

0 comments on commit c610b95

Please sign in to comment.