Skip to content

Commit

Permalink
fix(Spacing): fix jsdoc typo (#7954)
Browse files Browse the repository at this point in the history
Опечатка в `@deprecated`
  • Loading branch information
inomdzhon authored Nov 18, 2024
1 parent e9c77b9 commit 1deda8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vkui/src/components/Spacing/Spacing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export interface SpacingProps extends HTMLAttributesWithRootRef<HTMLDivElement>
*/
size?: SpacingSizeProp;
/**
* @depracated 7.0.0
* @deprecated 7.0.0
*
* Свойство устарело и будет удалено в v8.
*/
Expand Down

0 comments on commit 1deda8a

Please sign in to comment.