Skip to content

Commit 824a689

Browse files
committed
docs: fix some explanation
1 parent 5966e56 commit 824a689

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/reactive/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,9 @@ export interface FlickingReactiveData {
172172
export interface FlickingReactiveAPIOptions {
173173
/**
174174
* Initial panel index to start with. This sets the currentPanelIndex and indexProgress initial values.
175-
* Also affects isReachStart calculation (true when defaultIndex is 0).
175+
* Also affects isReachStart and isReachEnd initial value setting.
176176
* @ko 시작할 초기 패널 인덱스. currentPanelIndex와 indexProgress의 초기값을 설정합니다.
177-
* 또한 isReachStart 계산에도 영향을 줍니다 (defaultIndex가 0일 때 true).
177+
* 또한 isReachStart, isReachEnd 초기값 계산에도 영향을 줍니다.
178178
* @default 0
179179
*/
180180
defaultIndex?: number;

0 commit comments

Comments
 (0)