Skip to content

Commit 864d42c

Browse files
Update core/src/components/datetime/datetime.tsx
Co-authored-by: Maria Hutt <[email protected]>
1 parent 3d87651 commit 864d42c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/datetime/datetime.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ export class Datetime implements ComponentInterface {
562562
* Passing a valid ISO-8601 string will reset the state of the component to the provided date.
563563
* If no value is provided, the internal state will be reset to the clamped value of the min, max and today.
564564
*
565-
* @param startDate a valid [ISO-8601 string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date#date_time_string_format) to reset the datetime state to.
565+
* @param startDate A valid [ISO-8601 string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date#date_time_string_format) to reset the datetime state to.
566566
*/
567567
@Method()
568568
async reset(startDate?: string) {

0 commit comments

Comments
 (0)