Skip to content

Commit f7c3828

Browse files
authored
Merge pull request #386 from ZhihaoLau/gh-pages
Change <label> "for" attribute to match the right checkbox
2 parents a05fd40 + 7371f0a commit f7c3828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_articles/how-to-contribute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ Now do the same for the project's pull requests.
301301

302302
<div class="clearfix mb-2">
303303
<input type="checkbox" id="cbox10" class="d-block float-left mt-1 mr-2" value="checkbox">
304-
<label for="cbox8" class="overflow-hidden d-block text-normal">
304+
<label for="cbox10" class="overflow-hidden d-block text-normal">
305305
How many open pull requests are there?
306306
</label>
307307
</div>

0 commit comments

Comments
 (0)