Skip to content

Commit ae43f7b

Browse files
committed
Remove extra space in docs
1 parent c82e83d commit ae43f7b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docusaurus/docs/date-picker/multiple-dates-picker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ The start year when the component is rendered. Defaults to `1800`.
129129

130130
**endYear**
131131
`Type: number | undefined`
132-
The end year when the component is rendered. Defaults to `2200`.
132+
The end year when the component is rendered. Defaults to `2200`.
133133

134134
**startWeekOnMonday**
135135
`Type: boolean | undefined`

docusaurus/docs/date-picker/range-date-picker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ The start year when the component is rendered. Defaults to `1800`.
132132

133133
**endYear**
134134
`Type: number | undefined`
135-
The end year when the component is rendered. Defaults to `2200`.
135+
The end year when the component is rendered. Defaults to `2200`.
136136

137137
**startWeekOnMonday**
138138
`Type: boolean | undefined`

docusaurus/docs/date-picker/single-date-picker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ The start year when the component is rendered. Defaults to `1800`.
119119

120120
**endYear**
121121
`Type: number | undefined`
122-
The end year when the component is rendered. Defaults to `2200`.
122+
The end year when the component is rendered. Defaults to `2200`.
123123

124124
**startWeekOnMonday**
125125
`Type: boolean | undefined`

0 commit comments

Comments
 (0)