Skip to content

Commit

Permalink
fix: update calculateGap description (#7648)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackySoul authored Sep 24, 2024
1 parent 10b1be4 commit 78253ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vkui/src/lib/layouts/gaps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export type GapProp = LiteralUnion<GapPresets, number>;
export type GapsProp = GapProp | [GapProp, GapProp];

/**
* Возвращает массив отступов [columnGap, rowGap]
* Возвращает массив отступов [rowGap, columnGap]
*/
export function calculateGap(
gap: GapsProp | undefined,
Expand Down

0 comments on commit 78253ac

Please sign in to comment.