Skip to content

Commit

Permalink
review: fix typo 1
Browse files Browse the repository at this point in the history
Co-authored-by: Andrey Medvedev <[email protected]>
  • Loading branch information
inomdzhon and mendrew authored Dec 12, 2023
1 parent c3a8366 commit 538633e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vkui/src/components/AppRoot/AppRoot.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ describe('AppRoot', () => {

describe('portalRoot in mode="embedded"', () => {
it.each(['embedded', 'partial'] as const)(
'should creates and inject portal in %s mode',
'should create and inject portal in %s mode',
(mode) => {
let portalRoot: React.RefObject<HTMLElement | null> = React.createRef();
const contextCallback = jest.fn().mockImplementation((ctx) => {
Expand Down

0 comments on commit 538633e

Please sign in to comment.