Skip to content

Commit

Permalink
docs: close span tag (#1680)
Browse files Browse the repository at this point in the history
* docs: close span tag

* Create curly-pans-march.md

Co-authored-by: Jon Rohan <[email protected]>
  • Loading branch information
privatenumber and jonrohan authored Oct 18, 2021
1 parent 3276c5c commit f013be6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/curly-pans-march.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/css": patch
---

Fixing broken close span tag in the docs.
2 changes: 1 addition & 1 deletion docs/content/components/forms.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ All our inputs and buttons side-by-side for easy testing of sizing and alignment
<button class="btn" type="button">Button</button>
<button class="btn" type="button" aria-expanded="false" aria-haspopup="true">
Select menu
<span class="dropdown-caret">
<span class="dropdown-caret"></span>
</button>
<input class="form-control" type="text" placeholder="Standard input" aria-label="Repository description" />
<input class="form-control input-monospace" type="text" placeholder="Monospace input" aria-label="SHA" />
Expand Down

0 comments on commit f013be6

Please sign in to comment.