From 713fb3b58726926f4aea03d7411d4a5a550e4ee8 Mon Sep 17 00:00:00 2001 From: Gerald Lang Date: Fri, 22 May 2020 13:13:25 -0600 Subject: [PATCH] docs(docs-infra): fix small typo (#37258) The style guide docs had a typo "Alerts and Calllouts". Callouts is spelled with two l's, not three. This PR fixes the typo. PR Close #37258 --- aio/content/guide/docs-style-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/docs-style-guide.md b/aio/content/guide/docs-style-guide.md index 457a368e30..017fd92fd7 100644 --- a/aio/content/guide/docs-style-guide.md +++ b/aio/content/guide/docs-style-guide.md @@ -931,7 +931,7 @@ If you do, be sure to set the `id` attribute - not the `name` attribute! The doc -## Alerts and Calllouts +## Alerts and Callouts Alerts and callouts present warnings, extra detail or references to other pages. They can also be used to provide commentary that _enriches_ the reader's understanding of the content being presented.