From e798eb623de33da133027c7714655a4888fc34c2 Mon Sep 17 00:00:00 2001 From: ethancrawford Date: Wed, 29 Jan 2025 01:59:37 +0800 Subject: [PATCH] Fix small typo in tables docs (#2090) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Paweł Kuna <1282324+codecalm@users.noreply.github.com> --- .changeset/popular-tips-join.md | 5 +++++ docs/ui/components/tables.mdx | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/popular-tips-join.md diff --git a/.changeset/popular-tips-join.md b/.changeset/popular-tips-join.md new file mode 100644 index 000000000..1fddae3f5 --- /dev/null +++ b/.changeset/popular-tips-join.md @@ -0,0 +1,5 @@ +--- +"@tabler/core": patch +--- + +Fix small typo in tables docs diff --git a/docs/ui/components/tables.mdx b/docs/ui/components/tables.mdx index e7c28871d..4112ac080 100644 --- a/docs/ui/components/tables.mdx +++ b/docs/ui/components/tables.mdx @@ -7,7 +7,7 @@ description: Visualize data clearly with tables. ## Basic Table -The basic table design has light padding and the presented data is separated wih horizontal dividers. It helps provide users with all the necessary information, without overwhelming them with visuals. +The basic table design has light padding and the presented data is separated with horizontal dividers. It helps provide users with all the necessary information, without overwhelming them with visuals. The `.table` class adds basic styling to a table: