Skip to content

Commit

Permalink
fix(type): fix appendPadding description typo (#3373)
Browse files Browse the repository at this point in the history
  • Loading branch information
lijinke666 authored Nov 4, 2022
1 parent 4e28638 commit 4838733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export type Options = {
readonly padding?: number[] | number | 'auto';
/**
* @title 画布宽度
* @description 额外怎加的 padding 值
* @description 额外增加的 padding 值
*/
readonly appendPadding?: number[] | number;
/**
Expand Down

0 comments on commit 4838733

Please sign in to comment.