Skip to content

Commit 51b263f

Browse files
committed
Documentation edits made through Mintlify web editor
1 parent 2a89a3d commit 51b263f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

table.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ description: "Display an arrangement of data in rows and columns"
1515
The Table component follows the official [markdown syntax](https://www.markdownguide.org/extended-syntax/#tables).
1616
</Tip>
1717

18-
To add a table, use three or more hyphens (`---`) to create each column's header, and use pipes (`|`) to separate each column. For compatibility, you should also add a pipe on either end of the row.
18+
To add a new table, use three or more hyphens (`---`) to create each column's header, and use pipes (`|`) to separate each column. For compatibility, you should also add a pipe on either end of the row.
1919

2020
```md
2121
| Property | Description |

0 commit comments

Comments
 (0)