aboutsummaryrefslogtreecommitdiffstats
path: root/tutorials/getting-started-with-builds.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/getting-started-with-builds.md
parent85fa43ca03fa2663a2f950d7e738eb0836b5449e (diff)
downloadsr.ht-docs-655619212e4295430f6f8adc14b77a8e0db216f3.tar.gz
s/hyphen/em dash/g
Diffstat (limited to 'tutorials/getting-started-with-builds.md')
-rw-r--r--tutorials/getting-started-with-builds.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/tutorials/getting-started-with-builds.md b/tutorials/getting-started-with-builds.md
index 973473f..ab534ef 100644
--- a/tutorials/getting-started-with-builds.md
+++ b/tutorials/getting-started-with-builds.md
@@ -24,7 +24,7 @@ tasks:
This is a build manifest, written in [YAML](http://yaml.org/). When we submit
this to builds.sr.ht, it will boot up an [Alpine
Linux](https://alpinelinux.org/) virtual machine using the edge release of
-Alpine Linux. Then it will execute each of our build tasks - in this case,
+Alpine Linux. Then it will execute each of our build tasks — in this case,
saying "hello world".
## Submitting jobs on the web
@@ -93,12 +93,12 @@ tasks:
This time, builds.sr.ht will install [Alpine Linux's meson
package](https://pkgs.alpinelinux.org/package/edge/main/x86_64/meson) before
-starting your build. This uses Alpine's native `apk` package manager - other
+starting your build. This uses Alpine's native `apk` package manager — other
images use different package managers.
## Testing on other platforms
-Portability is important - so let's try running the same manifest on another
+Portability is important — so let's try running the same manifest on another
operating system.
```yaml