diff --git a/docs/docs/widgets/icon.md b/docs/docs/widgets/icon.md
index 7d1c705bb4..fff35ba105 100644
--- a/docs/docs/widgets/icon.md
+++ b/docs/docs/widgets/icon.md
@@ -38,11 +38,10 @@ Check [Action Reference](/docs/category/actions-reference) docs to get the detai
Following actions of the component can be controlled using the component specific actions(CSA):
-|
Actions
| Description
| How To Access
|
-| :-------------------------------------------- | :------------------------------------------------------------------------------------------------------------ | :--------------------------------------------------------------------------------------------------------------- |
-| setVisibility() | Sets the visibility of the component. | Employ a RunJS query (for e.g.,
-`await components.icon1.setVisibility(false)`) or trigger it using an event. |
-| click() | Regulate the click on the icon. | Employ a RunJS query to execute component-specific actions such as `await components.icon1.click()` or trigger it using an event. |
+| Actions
| Description
| How To Access
|
+| :-------------------------------------------- | :------------------------------------------------- | :--------------------------------------------------- |
+| setVisibility() | Sets the visibility of the component. | Employ a RunJS query (for e.g., `await components.icon1.setVisibility(false)`) or trigger it using an event. |
+| click() | Regulate the click on the icon. | Employ a RunJS query (for e.g., `await components.icon1.click()`) or trigger it using an event. |