Skip to content

Commit f013be6

Browse files
docs: close span tag (#1680)
* docs: close span tag * Create curly-pans-march.md Co-authored-by: Jon Rohan <[email protected]>
1 parent 3276c5c commit f013be6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/curly-pans-march.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/css": patch
3+
---
4+
5+
Fixing broken close span tag in the docs.

docs/content/components/forms.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ All our inputs and buttons side-by-side for easy testing of sizing and alignment
2424
<button class="btn" type="button">Button</button>
2525
<button class="btn" type="button" aria-expanded="false" aria-haspopup="true">
2626
Select menu
27-
<span class="dropdown-caret">
27+
<span class="dropdown-caret"></span>
2828
</button>
2929
<input class="form-control" type="text" placeholder="Standard input" aria-label="Repository description" />
3030
<input class="form-control input-monospace" type="text" placeholder="Monospace input" aria-label="SHA" />

0 commit comments

Comments
 (0)