diff --git a/src/hooks/useThrottle/ko/useThrottle.md b/src/hooks/useThrottle/ko/useThrottle.md index 379244ac..0581fc7f 100644 --- a/src/hooks/useThrottle/ko/useThrottle.md +++ b/src/hooks/useThrottle/ko/useThrottle.md @@ -39,7 +39,7 @@ function useThrottle any>( required: false, defaultValue: '[\'leading\', \'trailing\']', description: - '함수가 시작점, 끝점 또는 둘 다에서 호출될지 여부를 지정하는 선택적 배열이에요.', + '함수가 시작점, 끝점 또는 둘 다에서 호출될지 여부를 지정하는 선택적 배열이에요.
: 초기값은 [\'leading\', \'trailing\']이에요.', }, ]" /> diff --git a/src/hooks/useThrottle/useThrottle.md b/src/hooks/useThrottle/useThrottle.md index b4ea098f..5408984d 100644 --- a/src/hooks/useThrottle/useThrottle.md +++ b/src/hooks/useThrottle/useThrottle.md @@ -39,7 +39,7 @@ function useThrottle 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.
: The initial value is [\'leading\', \'trailing\'].', }, ]" />