Skip to content

Commit 2e18a83

Browse files
authored
docs(notification): Fix typos (#2101)
* Fix typos * Fix typo
1 parent 899df4b commit 2e18a83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/notification/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@ The `NotificationModel` class is used to add new notifications to the page. You
8383
| Property | Type and Default value | Description |
8484
|-----------|------------------------|-------------|
8585
| `ThemeColor` | `string` | The color of the notification is controlled through this parameter. You can find more infomation and examples in the [Appearance]({%slug notification-appearance%}) article. |
86-
| `Closable` | `bool` <br /> `true` | If set to `true` a close button will appear which will enable the user to close the Notificaion. If you want the Notification to not close automatically you should set the `Closable` paramter to `true` and the `CloseAfter` to `0`. |
86+
| `Closable` | `bool` <br /> `true` | If set to `true` a close button will appear which will enable the user to close the Notification. If you want the Notification to not close automatically you should set the `Closable` parameter to `true` and the `CloseAfter` to `0`. |
8787
| `CloseAfter` | `int` <br /> `5000` | Allows you to configure after how much time the Notification component will close automatically. Set it to `0` to prevent it from closing automatically. |
8888
| `ShowIcon` | `bool` <br /> `true` | Allows you to specify whether an icon should appear in the component. |
8989
| `Icon` | `string` | Specifies the icon that will render in the component if the `ShowIcon` parameter is set to `true`. You can find more information on adding an icon to a Telerik Component in [Telerik Font Icons article]({%slug common-features-icons%}#icon-in-telerik-component). |
90-
| `Text` | `string` | the text that will be rendered in the Notification component. |
90+
| `Text` | `string` | The text that will be rendered in the Notification component. |
9191

9292
### Styling and Appearance
9393

0 commit comments

Comments
 (0)