aboutsummaryrefslogtreecommitdiffstats
path: root/tutorials/set-up-account-and-hg.md
diff options
context:
space:
mode:
authorSol Fisher Romanoff <sol@solfisher.com>2021-05-16 10:47:31 +0300
committerDrew DeVault <sir@cmpwn.com>2021-05-16 14:09:03 -0400
commit655619212e4295430f6f8adc14b77a8e0db216f3 (patch)
tree9faa6b3c28f0d46e32c49188f7ff73eadca3ebe7 /tutorials/set-up-account-and-hg.md
parent85fa43ca03fa2663a2f950d7e738eb0836b5449e (diff)
downloadsr.ht-docs-655619212e4295430f6f8adc14b77a8e0db216f3.tar.gz
s/hyphen/em dash/g
Diffstat (limited to 'tutorials/set-up-account-and-hg.md')
-rw-r--r--tutorials/set-up-account-and-hg.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/tutorials/set-up-account-and-hg.md b/tutorials/set-up-account-and-hg.md
index 3d2cc7c..ecfe37d 100644
--- a/tutorials/set-up-account-and-hg.md
+++ b/tutorials/set-up-account-and-hg.md
@@ -19,7 +19,7 @@ need to set up your SSH key and add it on the keys page.
## Generating an SSH key
sr.ht does not support pushing to Mercurial repositories over HTTPS with a
-username+password - SSH keys are mandatory. If you already have an SSH key, you
+username+password — SSH keys are mandatory. If you already have an SSH key, you
can skip this step. If not, run the following command to generate one:
ssh-keygen
@@ -68,7 +68,7 @@ Run the following command to push your changes to hg.sr.ht:
hg push ssh://hg@hg.sr.ht/~{{{srht_username}}}/example
Since this repository didn't previously exist, you'll be prompted with a link to
-create the repository on hg.sr.ht - click that link and fill out the form on
+create the repository on hg.sr.ht — click that link and fill out the form on
that page. You'll be redirected to your repository on hg.sr.ht: you're done!
You can save yourself some typing and just run `hg push` next time by adding