Skip to content

Commit 9c3bf46

Browse files
authored
fix: fix spelling of words in code. (#6839)
1 parent 141f010 commit 9c3bf46

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/table/Table.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ export const tableProps = () => {
185185
};
186186
};
187187

188-
const InteralTable = defineComponent({
189-
name: 'InteralTable',
188+
const InternalTable = defineComponent({
189+
name: 'InternalTable',
190190
inheritAttrs: false,
191191
props: initDefaultProps(
192192
{
@@ -676,7 +676,7 @@ const Table = defineComponent({
676676
return () => {
677677
const columns = props.columns || convertChildrenToColumns(slots.default?.());
678678
return (
679-
<InteralTable
679+
<InternalTable
680680
ref={table}
681681
{...attrs}
682682
{...props}

0 commit comments

Comments
 (0)