diff --git a/docs/docs/widgets/link.md b/docs/docs/widgets/link.md
index 9006fa907a..ab2718e981 100644
--- a/docs/docs/widgets/link.md
+++ b/docs/docs/widgets/link.md
@@ -11,9 +11,9 @@ The **Link** component allows you to add a hyperlink and navigate to the externa
|
Properties
| Description
| Expected Value
|
|:----------- |:----------- |:-------------- |
-| Link target | This property sets the URL where the user needs to be taken on clicking the link. | example: `https://dev.to/tooljet` or `{{queries.xyz.data.url}}` |
-| Link text | This property sets the text for the Link component. | example: **Click here** or **Open webpage** |
-| Target type | This property specifies the link to be opened in the same tab or new tab on clicking the link. | Options: **New Tab** & **Same Tab** |
+| Link target | This property sets the URL where the user needs to be taken on clicking the link. | example: `https://dev.to/tooljet` or `{{queries.xyz.data.url}}`. |
+| Link text | This property sets the text for the Link component. | example: **Click here** or **Open webpage**. |
+| Target type | This property specifies the link to be opened in the same tab or new tab on clicking the link. | Options: **New Tab** & **Same Tab**. |
@@ -69,8 +69,8 @@ Under the **General** accordion, you can set the value in the string format. Now
| Property
| Description
| Expected Value
|
|:--------------- |:----------------------------------------- | :------------------------------------------------------------------------------------------------------------- |
-| Show on desktop | Toggles the component's visible in desktop view. | You can set it with the toggle button or dynamically configure the value by clicking on **fx** and entering a logical expression. |
-| Show on mobile | Toggles the component's visible in mobile view. | You can set it with the toggle button or dynamically configure the value by clicking on **fx** and entering a logical expression. |
+| Show on desktop | Makes the component visible in desktop view. | You can set it with the toggle button or dynamically configure the value by clicking on **fx** and entering a logical expression. |
+| Show on mobile | Makes the component visible in mobile view. | You can set it with the toggle button or dynamically configure the value by clicking on **fx** and entering a logical expression. |
@@ -84,7 +84,7 @@ Under the **General** accordion, you can set the value in the string format. Now
|:----------- |:----------- |
| Text color | You can change the background color of the text by entering the Hex color code or choosing a color of your choice from the color picker. |
| Text size | By default, the text size is set to 14. You can enter any value from 1-100 to set a custom text size. |
-| Underline | You can change the underline of the text in the following ways: **on-hover (default), never, always** |
+| Underline | You can change the underline of the text in the following ways: **on-hover (default), never, always**. |
| Visibility | Toggle on or off to control the visibility of the component. You can programmatically change its value by clicking on the **fx** button next to it. If `{{false}}` the component will not visible after the app is deployed. By default, it's set to `{{true}}`. |
:::info