Forráskód Böngészése

Fix small typo in tables docs (#2090)

Co-authored-by: Paweł Kuna <[email protected]>
ethancrawford 7 hónapja
szülő
commit
e798eb623d
2 módosított fájl, 6 hozzáadás és 1 törlés
  1. 5 0
      .changeset/popular-tips-join.md
  2. 1 1
      docs/ui/components/tables.mdx

+ 5 - 0
.changeset/popular-tips-join.md

@@ -0,0 +1,5 @@
+---
+"@tabler/core": patch
+---
+
+Fix small typo in tables docs

+ 1 - 1
docs/ui/components/tables.mdx

@@ -7,7 +7,7 @@ description: Visualize data clearly with tables.
 
 
 ## Basic Table
 ## 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:
 The `.table` class adds basic styling to a table: