Skip to content

Commit d184171

Browse files
kaeslesteveklabnik
authored andcommitted
found more backquotes to add
1 parent 006e5c5 commit d184171

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/hello-world/viewing-contents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Viewing the contents of your repository with jj log
1+
# Viewing the contents of your repository with `jj log`
22

33
Let's look at our chain of changes:
44

src/introduction/introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ some people never try again, and some who try don't get over the hump, but this
2424
used to happen quite often, enough to be remarkable. So that's what I decided
2525
with `jj`. I'd figure this stuff out later.
2626

27-
Well, recently [Chris Krycho wrote an article about jj][chris]. I liked it. I
27+
Well, recently [Chris Krycho wrote an article about `jj`][chris]. I liked it. I
2828
didn't fully grok everything, but it at least felt like I could understand this
2929
thing finally maybe. I didn't install it, but just sat with it for a while.
3030

3131
I don't know if that is why, but I awoke unusually early one morning. I
3232
couldn't get back to sleep. Okay. Fine. Let's do this. I opened up [the official
33-
jj tutorial][jj-vevo], installed `jj`, made this repository on GitHub, followed
33+
`jj` tutorial][jj-vevo], installed `jj`, made this repository on GitHub, followed
3434
the "cloning a git repo" instructions to pull it down, and started this mdBook.
3535

3636
What follows is exactly what the title says: it's to teach me `jj`. I am

src/introduction/what-is-jj-and-why-should-i-care.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# What is jj and why should I care?
1+
# What is `jj` and why should I care?
22

33
`jj` is the name of the CLI for [Jujutsu][jj]. Jujutsu is a DVCS, or
44
"distributed version control system." You may be familiar with other DVCSes,

0 commit comments

Comments
 (0)