Skip to content

Commit a6408ac

Browse files
authored
Merge pull request #1197 from neildaniels/patch-1
Fix .btn-with-count documentation
2 parents a920c3e + 872431d commit a6408ac

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/silver-fireants-run.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/css": patch
3+
---
4+
5+
Fix .btn-with-count documentation

docs/content/components/buttons.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ When using the `octicon-x` icon for a close button, add `.close-button` to remov
224224

225225
## Button with counts
226226

227-
You can easily append a count to a **small button**. Add the `.with-count` class to the `.btn-sm` and then add the `.social-count` after the button.
227+
You can easily append a count to a **small button**. Add the `.btn-with-count` class to the `.btn-sm` and then add the `.social-count` after the button.
228228

229229
**Be sure to clear the float added by the additional class.**
230230

0 commit comments

Comments
 (0)