Skip to content

Fix typos in appearance.md #2939

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 13, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions components/notification/appearance.md
Original file line number Diff line number Diff line change
@@ -66,9 +66,9 @@ You can see them in action in the [Notification Animation](https://demos.telerik

## Size

You can control the Size of the Notification by using CSS. To make the cascading of the styles easier and target a single instance of the component you should use the `Class` parameter exposed in the the `<TelerikNotification>` tag.
You can control the Size of the Notification by using CSS. To make the cascading of the styles easier and target a single instance of the component you should use the `Class` parameter exposed in the `<TelerikNotification>` tag.

>caption Chance the Notiication width and height
>caption Change the Notification width and height

````RAZOR
<TelerikNotification @ref="@NotificationRef1"
Loading
Oops, something went wrong.