Skip to content

Commit 12cfd35

Browse files
chore(alert): typo fix
1 parent 4d09778 commit 12cfd35

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • packages/documentation-site/patternfly-docs/content/design-guidelines/components/alert

packages/documentation-site/patternfly-docs/content/design-guidelines/components/alert/alert.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Toast alerts stack in the upper-right corner of a page. To properly position and
106106
Toast alerts should always have a close button so that the user can dismiss them. If you include an automatic timeout for your toast alert, 8 seconds is recommended. Toast alerts should not disappear while the user is hovering over them.
107107

108108
<div class="ws-docs-content-img">
109-
![toast alerts in a page](./img/toast-alerts-desktop.svg)
109+
![toast alerts in a page](./img/toast-alert-desktop.svg)
110110
</div>
111111

112112
Toast alerts are commonly used in the following situations:
@@ -157,7 +157,7 @@ Use bordered inline alerts to return feedback as the result of a user action wit
157157
- **If the alert is being used to indicate errors,** use an error validation summary at the top of the page to indicate what errors are present. The summary should be a quick, general overview. Show an error alert next to the field that is causing the error. The error message should be concise and actionable. It should tell the user what happened and the next steps needed to fix it.
158158

159159
<div class="ws-docs-content-img">
160-
![inline alert inline with link demo](./img/inline-alert-page-level-with-link-one.svg)
160+
![inline alert inline with link demo](./img/inline-alert-page-level-with-link.svg)
161161
</div>
162162

163163
- **If multiple errors are present in the same location,** order them from most to least severe.

0 commit comments

Comments
 (0)