From 84a2de6c58822825eb4a84737b7c752a4929f7ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Inayaili=20Le=C3=B3n?= Date: Tue, 25 Feb 2020 11:54:20 +0000 Subject: [PATCH] Box row unread typo Closes https://github.com/primer/css/issues/826 --- docs/content/components/box.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/components/box.md b/docs/content/components/box.md index 3e3f94ab..8d8f35fb 100644 --- a/docs/content/components/box.md +++ b/docs/content/components/box.md @@ -287,7 +287,7 @@ Use `Box-row--focus-gray` or `Box-row--focus-blue` when using along-side `naviga ### Box row unread -Use `.Box-row-unread` to apply a blue vertical line highlight for indicating a row contains unread items. +Use `.Box-row--unread` to apply a blue vertical line highlight for indicating a row contains unread items. ```html live