Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/hooks/useThrottle/ko/useThrottle.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function useThrottle<F extends (...args: any[]) => any>(
required: false,
defaultValue: '[\'leading\', \'trailing\']',
description:
'함수가 시작점, 끝점 또는 둘 다에서 호출될지 여부를 지정하는 선택적 배열이에요.',
'함수가 시작점, 끝점 또는 둘 다에서 호출될지 여부를 지정하는 선택적 배열이에요. <br />: 초기값은 <code>[\'leading\', \'trailing\']</code>이에요.',
},
]"
/>
Expand Down
2 changes: 1 addition & 1 deletion src/hooks/useThrottle/useThrottle.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function useThrottle<F extends (...args: any[]) => any>(
required: false,
defaultValue: '[\'leading\', \'trailing\']',
description:
'An optional array specifying whether the function should be invoked on the leading edge, trailing edge, or both.',
'An optional array specifying whether the function should be invoked on the leading edge, trailing edge, or both. <br />: The initial value is <code>[\'leading\', \'trailing\']</code>.',
},
]"
/>
Expand Down
Loading