Skip to content

Commit 7cde498

Browse files
authored
Update packages/module/src/Maintenance/Maintenance.tsx
1 parent f8dd98e commit 7cde498

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/module/src/Maintenance/Maintenance.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ export interface MaintenanceProps extends Omit<EmptyStateProps, 'children' | 'ti
88
titleText?: string;
99
/** Custom body text */
1010
bodyText?: React.ReactNode;
11-
/** A default bodyText used if no bodyText is provided. */
11+
/** A default bodyText used if no bodyText is provided */
1212
defaultBodyText?: React.ReactNode;
13-
/** start time in a specific time zone */
13+
/** Start time in a specific time zone */
1414
startTime?: string;
15-
/** end time in a specific time zone */
15+
/** End time in a specific time zone */
1616
endTime?: string;
17-
/** specify time zone */
17+
/** Time zone specification */
1818
timeZone?: string;
1919
/** Information link */
2020
redirectLinkUrl?: string;

0 commit comments

Comments
 (0)