Skip to content

Commit 1283cac

Browse files
author
Vipul Kumar
committed
[Fix] use monospace font for "upstream" keyword
See @ben's comment on PR #1444[1]. [1]: https://github.com/progit/progit2/pull/1444/files/20ec785536bb526e16dc0de8fb7ad1fe2635049c#r446307067
1 parent 11863e7 commit 1283cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/06-github/sections/2-contributing.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ To https://github.com/tonychacon/blink
270270
ef4725c..3c8d735 slower-blink -> slow-blink
271271
----
272272

273-
<1> Add the original repository as a remote named ``upstream''.
273+
<1> Add the original repository as a remote named `upstream`.
274274
<2> Fetch the newest work from that remote.
275275
<3> Merge the main branch of that repository into your topic branch.
276276
<4> Fix the conflict that occurred.

0 commit comments

Comments
 (0)