Skip to content

Commit 4114b79

Browse files
roryokanebcoe
andauthored
Fix two formatting issues on Contributing page (#77)
https://yargs.js.org/contributing/ had two visible issues: - There was a space before the comma in “Create a new issue , or comment on an existing issue”. This was due to the practice of writing all `a` elements with inner spaces. I removed all such inner spaces to avoid this problem in the future. - There was an unnecessary comma after a sentence: “write code. ,” I also deeleted some unnecessary blank lines at the bottom. Co-authored-by: Benjamin E. Coe <[email protected]>
1 parent f786698 commit 4114b79

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

contributing/index.html

+1-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<li> Look through the existing issues and see if your idea is something new. </li>
2525
<li> Create a <a href="https://github.com/yargs/yargs/issues">new issue</a>, or comment on an existing issue that you would like to help solve:
2626
<ul>
27-
<li> it's usually best to get some feedback before proceeding to write code. ,</li>
27+
<li> it's usually best to get some feedback before proceeding to write code.</li>
2828
</ul>
2929
</li>
3030

@@ -107,8 +107,6 @@
107107

108108
<p class="description">
109109
This Code of Conduct is adapted from the <a href="http://contributor-covenant.org">Contributor Covenant</a>, version 1.3.0, available at <a href="http://contributor-covenant.org/version/1/3/0/">http://contributor-covenant.org/version/1/3/0/</a>
110-
111-
112110
</p>
113111

114112
</div>

0 commit comments

Comments
 (0)