Skip to content

Commit b3eb710

Browse files
authored
Fix typos in time picker prop names
Corrected typos in the prop names for time picker configuration.
1 parent 609017e commit b3eb710

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/migration/from-v11.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ outline: [2, 4]
5454
- `no-minutes-overlay`
5555
- `no-seconds-overlay`
5656
- `hours-grid-increment`
57-
- `minutes-grid-ncrement`
58-
- `seconds-grid-ncrement`
57+
- `minutes-grid-increment`
58+
- `seconds-grid-increment`
5959
- `time-picker-inline`
6060
- `day-class`
6161
- `esc-close`
@@ -250,7 +250,7 @@ This prop is now moved under [`filters`](/props/validation/#filters) prop and re
250250
</template>
251251
```
252252

253-
### `enable-time-picker`, `ignore-time-validation`, `enable-seconds`, `enable-minutes`, `is-24`, `no-hours-overlay`, `no-minutes-overlay`, `no-seconds-overlay`, `hours-grid-increment`, `minutes-grid-ncrement`, `seconds-grid-ncrement`, `time-picker-inline`, `start-time`
253+
### `enable-time-picker`, `ignore-time-validation`, `enable-seconds`, `enable-minutes`, `is-24`, `no-hours-overlay`, `no-minutes-overlay`, `no-seconds-overlay`, `hours-grid-increment`, `minutes-grid-increment`, `seconds-grid-increment`, `time-picker-inline`, `start-time`
254254

255255
These props are now grouped under [`time-config`](/props/time-picker-configuration/#time-config) prop. Prop types and names are unchanged.
256256

@@ -346,4 +346,4 @@ Timezone prop type is changed, and will now only accept `string` value
346346
:week-numbers="{ type: 'iso', label: 'ww' }" // [!code ++]
347347
/>
348348
</template>
349-
```
349+
```

0 commit comments

Comments
 (0)