diff --git a/docs/docs/widgets/kanban-board.md b/docs/docs/widgets/kanban-board.md
index a0959cd695..ff7b6361fc 100644
--- a/docs/docs/widgets/kanban-board.md
+++ b/docs/docs/widgets/kanban-board.md
@@ -26,8 +26,6 @@ For instance, you can set the `Data` property of a Text component on a card usin
// Replace title with the key in your data
```
-
diff --git a/docs/docs/widgets/listview.md b/docs/docs/widgets/listview.md
index 822534a4e5..7ef6afa4c9 100644
--- a/docs/docs/widgets/listview.md
+++ b/docs/docs/widgets/listview.md
@@ -39,8 +39,6 @@ Similarly, for an Image component inside List View, you can use the below code t
{{listItem.imageURL}}
```
-
-
diff --git a/docs/docs/widgets/table.md b/docs/docs/widgets/table.md
index e4deb27a14..0f97ab0bcb 100644
--- a/docs/docs/widgets/table.md
+++ b/docs/docs/widgets/table.md
@@ -426,7 +426,7 @@ Activate this option to visually emphasize the last clicked row. **Enabling** th
To enable the selection of one or more rows from the current page of a table, you can activate the 'Bulk selection' setting in the inspector. The values of the selected rows will be exposed as '**selectedRows**'.
-### Default selected row
+### Default Selected Row
By enabling this option, you can designate a default row to be pre-selected when the app loads. This means that whenever the app is opened for the first time, a specific row will already be highlighted in the table by default. Additionally, there is an accessible variable that stores the value for this setting. You can find a list of all accessible variables **[here](#exposed-variables)**.