diff --git a/api/@internal/component/ets/calendar_picker.d.ts b/api/@internal/component/ets/calendar_picker.d.ts
index 64f5844db6d5be69fe59a28a94c8c6580df0cf6e..9fd4a0955e994af0306574cb7fe7ee1554828ee3 100644
--- a/api/@internal/component/ets/calendar_picker.d.ts
+++ b/api/@internal/component/ets/calendar_picker.d.ts
@@ -198,7 +198,7 @@ declare interface CalendarOptions {
interface CalendarPickerInterface {
/**
* Defines the CalendarPicker constructor.
- * @param { CalendarOptions } options - the option of th calendarPicker.
+ * @param { CalendarOptions } options - the option of the calendarPicker.
* @returns { CalendarPickerAttribute } the attribute of the CalendarPicker.
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
@@ -206,7 +206,7 @@ interface CalendarPickerInterface {
*/
/**
* Defines the CalendarPicker constructor.
- * @param { CalendarOptions } options - the option of th calendarPicker.
+ * @param { CalendarOptions } options - the option of the calendarPicker.
* @returns { CalendarPickerAttribute } the attribute of the CalendarPicker.
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
@@ -706,14 +706,14 @@ declare interface CalendarDialogOptions extends CalendarOptions {
declare class CalendarPickerDialog {
/**
* Invoking method display.
- * @param { CalendarDialogOptions } options - the option of th calendarPicker.
+ * @param { CalendarDialogOptions } options - the option of the calendarPicker.
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
/**
* Invoking method display.
- * @param { CalendarDialogOptions } options - the option of th calendarPicker.
+ * @param { CalendarDialogOptions } options - the option of the calendarPicker.
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @atomicservice
diff --git a/api/@internal/component/ets/date_picker.d.ts b/api/@internal/component/ets/date_picker.d.ts
index d3e463b4dbb2dde97e17fe9daf757fb83a718a0a..6b1a7acc3225fff6a6fc5c9371e251249ccede89 100644
--- a/api/@internal/component/ets/date_picker.d.ts
+++ b/api/@internal/component/ets/date_picker.d.ts
@@ -805,7 +805,7 @@ declare interface DatePickerDialogOptions extends DatePickerOptions {
*
* @type { ?LunarSwitchStyle }
* @default { selectedColor: $r('sys.color.ohos_id_color_text_primary_actived'),
- *
unselectedColor: $r('sys.color.ohos_id_color_switch_outline_off'), strokeColor: Color.White }.
+ * unselectedColor: $r('sys.color.ohos_id_color_switch_outline_off'), strokeColor: Color.White }.
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @atomicservice
@@ -957,7 +957,7 @@ declare interface DatePickerDialogOptions extends DatePickerOptions {
* Font color, font size, and font width of the selected item.
*
* @type { ?PickerTextStyle }
- * @default {
color: '#ff007dff',
font: {
size: '20vp',
weight: FontWeight.Medium
}
+ * @default { color: '#ff007dff', font: { size: '20vp', weight: FontWeight.Medium } }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @atomicservice