Skip to content

Commit 9617e8a

Browse files
authored
Merge pull request hypeserver#528 from atefBB/patch-1
Fix typo in `README.md` file
2 parents 3d5be33 + 67449b3 commit 9617e8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ dayContentRenderer | Function | null | Function t
177177
#### Infinite Scrolled Mode
178178

179179
To enable infinite scroll set `scroll={{enabled: true}}` basically. Infinite scroll feature is affected by `direction`(rendering direction for months) and `months`(for rendered months count) props directly.
180-
If you prefer, you can overwrite calendar sizes with `calendarWidth`/`calendarHeight` or each month's height/withs with `monthWidth`/`monthHeight`/`longMonthHeight` at `scroll` prop.
180+
If you prefer, you can overwrite calendar sizes with `calendarWidth`/`calendarHeight` or each month's height/width with `monthWidth`/`monthHeight`/`longMonthHeight` at `scroll` prop.
181181

182182
```js
183183
// shape of scroll prop

0 commit comments

Comments
 (0)