Skip to content

Commit

Permalink
fix(Popover): fix incorrect words ending (#5207)
Browse files Browse the repository at this point in the history
  • Loading branch information
scffs authored and SevereCloud committed Jun 9, 2023
1 parent 1e92f81 commit 02d353b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vkui/src/components/Popover/Popover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export interface PopoverProps
*/
action?: 'click' | 'hover';
/**
* Если передан, то всплывающее окно будет показан/скрыт в зависимости от значения свойства.
* Если передан, то всплывающее окно будет показано/скрыто в зависимости от значения свойства.
*/
shown?: boolean;
/**
Expand Down

0 comments on commit 02d353b

Please sign in to comment.