From 87d12797fbfbe730ca5cc1cb36b7cb28e15a9ab5 Mon Sep 17 00:00:00 2001 From: Fayne Aldan Date: Thu, 23 Jun 2016 17:20:02 -0600 Subject: [PATCH] Fixed typo on a closing tag --- docs/pages/badge.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pages/badge.md b/docs/pages/badge.md index d5e2b8f43..0ed430cd4 100644 --- a/docs/pages/badge.md +++ b/docs/pages/badge.md @@ -18,7 +18,7 @@ A badge will typically be describing another element on the page. To bind the tw ```html

Unread Messages

-1 +1 ``` Finally, the content itself might need more context for users that use screen readers. You can add extra text inside the badge using the `.show-for-sr` class. @@ -50,4 +50,4 @@ An icon can be used in place of text. We're using the [Foundation icon font](htt -``` \ No newline at end of file +``` -- 2.47.2