Skip to content

Commit 8ed5b8a

Browse files
committed
Backtick those branches.
1 parent 10dfe0c commit 8ed5b8a

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

content/guides/getting-started.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -383,13 +383,13 @@ can do with the API that you can't do on github.com. Using the API, you can
383383
turn an issue into a Pull Request.
384384

385385
But at this point, if you want to run this example to convert your issue to a
386-
pull request, you'll need to create a branch called new-feature with at least
387-
one commit so it's ahead of the master branch. Otherwise, if we try and convert
388-
the issue to a pull request now, we'll receive a `422` error telling us that
389-
there's no commits between master and new-feature.
386+
pull request, you'll need to create a branch called `new-feature` with at least
387+
one commit so it's ahead of the `master` branch. Otherwise, if we try and
388+
convert the issue to a pull request now, we'll receive a `422` error telling us
389+
that there's no commits between `master` and `new-feature`.
390390

391-
If you've created the new-feature branch and made a commit to it, let's convert
392-
the issue we created in the previous section:
391+
If you've created the `new-feature` branch and made a commit to it, let's
392+
convert the issue we created in the previous section:
393393

394394
curl -i -H 'Authorization: token 5199831f4dd3b79e7c5b7e0ebe75d67aa66e79d4' \
395395
-d '{ \

0 commit comments

Comments
 (0)