From 29c243759ea0dbf6ae7ad5b1293444898232abab Mon Sep 17 00:00:00 2001 From: Matthew Dupuis Date: Tue, 22 Apr 2025 18:19:36 -0400 Subject: [PATCH] Fixed typo in table.md Fixed the word 'totle' to 'title' in the 'Table Block Options' section of the table.md file. --- creating-content/blocks/table.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/creating-content/blocks/table.md b/creating-content/blocks/table.md index 8c51be9..456ec25 100644 --- a/creating-content/blocks/table.md +++ b/creating-content/blocks/table.md @@ -15,7 +15,7 @@ When you open the Options menu to the left of a table block, you’ll have a num * **Table/Cards:** Choose to display your data as either a table block or [a cards block](cards.md). GitBook populates both these blocks using the same data, so you can switch between them depending on the look and design you want. * **Add column:** Add a new column to the right of your table. You can choose column type using the menu, or just click **Add column** to add a text column. * **Insert row:** Add a new row to the bottom of your table. -* **Show header:** Hide or show the top totle row of your table. Depending on the data you’re display, you may not need a title row in your table, so you can disable it here. +* **Show header:** Hide or show the top title row of your table. Depending on the data you’re display, you may not need a title row in your table, so you can disable it here. * **Reset column sizing:** If you’ve changed the column widths, this will reset them all to be equal again. * **Visible columns:** Choose which columns are visible and which are hidden. If you have hidden columns in your table, this menu is where you can make them visible again. * **Full width:** Make your table span the full width of your window. This is great for tables with lots of columns.