Skip to content

Commit

Permalink
doc(Popover): incorrect declension of two words
Browse files Browse the repository at this point in the history
  • Loading branch information
scffs committed Jun 7, 2023
1 parent 7d48525 commit 8494645
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 8494645

Please sign in to comment.