diff options
author | Sol Fisher Romanoff <sol@solfisher.com> | 2021-05-16 10:47:31 +0300 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2021-05-16 14:09:03 -0400 |
commit | 655619212e4295430f6f8adc14b77a8e0db216f3 (patch) | |
tree | 9faa6b3c28f0d46e32c49188f7ff73eadca3ebe7 /builds.sr.ht/api.md | |
parent | 85fa43ca03fa2663a2f950d7e738eb0836b5449e (diff) | |
download | sr.ht-docs-655619212e4295430f6f8adc14b77a8e0db216f3.tar.gz |
s/hyphen/em dash/g
Diffstat (limited to 'builds.sr.ht/api.md')
-rw-r--r-- | builds.sr.ht/api.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/builds.sr.ht/api.md b/builds.sr.ht/api.md index ba9c069..bd79378 100644 --- a/builds.sr.ht/api.md +++ b/builds.sr.ht/api.md @@ -43,9 +43,9 @@ Inserts a new job into the job queue. lowercase alphanumeric characters, or any of "-_." (optional) "execute": boolean, True to start the build immediately - (optional - defaults to true) + (optional — defaults to true) "secrets": boolean, True to provide secrets during the build - (optional - defaults to true) + (optional — defaults to true) } ``` |