Skip to content

Commit 5293bc1

Browse files
authored
Merge pull request #1244 from laurens94/patch-1
Fix typos in docs
2 parents 7762404 + b3eb710 commit 5293bc1

2 files changed

Lines changed: 6 additions & 6 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+
```

docs/props/general-configuration/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ interface FloatingConfig {
732732
}
733733
```
734734

735-
- Default: `{ offset: 10, arrow: true, strategy: undeifned, placement: undefined, flip: true, shift: true }`
735+
- Default: `{ offset: 10, arrow: true, strategy: undefined, placement: undefined, flip: true, shift: true }`
736736

737737
:::info
738738
- `offset` - Offset from the input field
@@ -1234,4 +1234,4 @@ Removes the month and year picker
12341234
}),
12351235
}));
12361236
};
1237-
</script>
1237+
</script>

0 commit comments

Comments
 (0)