Skip to content

Commit ae1ecc5

Browse files
authored
Merge pull request #1078 from HonkingGoose/patch-1
Add missing % at the end of a template example
2 parents 23bf24f + 1859650 commit ae1ecc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributing/content-markup-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Octicons are icons used across GitHub’s interface. We reference Octicons when
6464

6565
`{% octicon "<name of octicon>" %}`
6666
`{% octicon "plus" %}`
67-
`{% octicon "plus" aria-label="The plus icon"}`
67+
`{% octicon "plus" aria-label="The plus icon" %}`
6868

6969
## Operating system tags
7070

0 commit comments

Comments
 (0)