From 9536eedf34011311ffaf6ebf8a14b84678e2e777 Mon Sep 17 00:00:00 2001 From: Rene Pot Date: Tue, 2 Jan 2024 16:31:05 +0000 Subject: [PATCH] docs: linting --- docs/docs/components/alertbar.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/components/alertbar.md b/docs/docs/components/alertbar.md index dca5c6800b..8a04ce5e0b 100644 --- a/docs/docs/components/alertbar.md +++ b/docs/docs/components/alertbar.md @@ -20,9 +20,9 @@ An alert bar communicates something to the user by showing a prominent, floating ### When to use -- **Tell the user about something important**. Alert bars should only be used for information the user needs to know about. -- **To inform without blocking**. An alert bar doesn't block the rest of the page, so it should be used to communicate when the user doesn't need to be pulled out of a workflow. -- **Confirm important actions**. A successful alert bar can tell the user that something was saved successfully without stopping them from moving on. +- **Tell the user about something important**. Alert bars should only be used for information the user needs to know about. +- **To inform without blocking**. An alert bar doesn't block the rest of the page, so it should be used to communicate when the user doesn't need to be pulled out of a workflow. +- **Confirm important actions**. A successful alert bar can tell the user that something was saved successfully without stopping them from moving on. ### When not to use