Commit 4114b79
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
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
111 | | - | |
112 | 110 | | |
113 | 111 | | |
114 | 112 | | |
| |||
0 commit comments