Skip to content

Commit a967d5b

Browse files
Update notification-messaging.mdx (#897)
* Update notification-messaging.mdx * Update content/ui-patterns/notification-messaging.mdx Co-authored-by: Marie Lucca <[email protected]> --------- Co-authored-by: Marie Lucca <[email protected]>
1 parent 174df50 commit a967d5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/ui-patterns/notification-messaging.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Primer messaging components:
1515

1616
Messaging holds differing levels of prominence which can be used to determine the appropriate component to use. Most messages fall into one of the following categories, from most prominent to least:
1717

18-
**System updates**: These types of messages originate from GitHub and are not user initiated. System announcements related to a specific product area such as a single sign-on message should use the **Banner** component. System update type messages cannot be dismissed until the issue is resolved, or may be perminent if they are purely informative.
18+
**System updates**: These types of messages originate from GitHub and are not user initiated. System announcements related to a specific product area such as a single sign-on message should use the **Banner** component. System update type messages cannot be dismissed until the issue is resolved, or may be permanent if they are purely informative. Global system announcements that are relevant beyond the current page use an **Announcement** (not a Primer component).
1919

2020
**Feedback**: Communicates the result of a user action (submitting a form, toggling a setting, etc.) Feedback can be positive, negative, or a warning. Feedback is shown in either a **Banner** or **Inline message**. For forms, an inline message is used for individual field validation which may be combined with a banner if multiple fields have errors. Banners are placed at the top of the page or section they are related to, but still within the body content. Inline messages are placed near the action they are related to.
2121

0 commit comments

Comments
 (0)