Skip to content

Commit 10b6d9f

Browse files
Update index.tsx
1 parent 75d7fa0 commit 10b6d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/main/src/components/Page/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const useStyles = createComponentStyles(styles, {
5858
});
5959

6060
/**
61-
* A layout control that holds one whole screen of an application.
61+
* A layout component that holds one whole screen of an application.
6262
*/
6363
const Page: FC<PagePropTypes> = forwardRef((props: PagePropTypes, ref: Ref<HTMLDivElement>) => {
6464
const {

0 commit comments

Comments
 (0)