From 6875647cf00cfaefc15b3e59fb4708c2e488790a Mon Sep 17 00:00:00 2001 From: wo-o29 Date: Sat, 13 Sep 2025 16:51:29 +0900 Subject: [PATCH 1/2] docs: clarify defaultValue as initial value in useThrottle options description --- src/hooks/useThrottle/ko/useThrottle.md | 2 +- src/hooks/useThrottle/useThrottle.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hooks/useThrottle/ko/useThrottle.md b/src/hooks/useThrottle/ko/useThrottle.md index 379244ac..1daf57e1 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..fc8bbd83 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\'].', }, ]" /> From 0f6afb4679446416d0e597db7142e6128b417e46 Mon Sep 17 00:00:00 2001 From: wo-o29 Date: Sat, 13 Sep 2025 16:57:23 +0900 Subject: [PATCH 2/2] docs: fix formatting in description of options parameter in useThrottle --- src/hooks/useThrottle/ko/useThrottle.md | 2 +- src/hooks/useThrottle/useThrottle.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hooks/useThrottle/ko/useThrottle.md b/src/hooks/useThrottle/ko/useThrottle.md index 1daf57e1..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\']이에요.', + '함수가 시작점, 끝점 또는 둘 다에서 호출될지 여부를 지정하는 선택적 배열이에요.
: 초기값은 [\'leading\', \'trailing\']이에요.', }, ]" /> diff --git a/src/hooks/useThrottle/useThrottle.md b/src/hooks/useThrottle/useThrottle.md index fc8bbd83..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.
: The initial value is [\'leading\', \'trailing\'].', + 'An optional array specifying whether the function should be invoked on the leading edge, trailing edge, or both.
: The initial value is [\'leading\', \'trailing\'].', }, ]" />