From b631882b98d2834ea0e6fb7bce897d3fda5dd6f8 Mon Sep 17 00:00:00 2001 From: Dylan Smith Date: Wed, 22 Mar 2023 14:32:56 +0000 Subject: [PATCH] Fix typo (#2399) --- docs/content/components/alerts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/components/alerts.md b/docs/content/components/alerts.md index 2590c4cf..e2efe76b 100644 --- a/docs/content/components/alerts.md +++ b/docs/content/components/alerts.md @@ -19,7 +19,7 @@ Flash messages start off looking decently neutral—they're just light blue roun ``` -You can put multiple paragraphs of text in a flash message—the last paragraph's bottom `margin` will be automatically override. +You can put multiple paragraphs of text in a flash message—the last paragraph's bottom `margin` will be automatically overridden. ```html live