fix(docs): fix typos in goreleaser, ssh-authorize, and node READMEs

- goreleaser: "you should the git tag" → "you should see the git tag"
- ssh-authorize: "will to do" → "will be able to do"
- node: "jhint" → "jshint"
This commit is contained in:
AJ ONeal
2026-03-08 19:50:43 -06:00
parent 3c8b66be55
commit ca81127b93
3 changed files with 3 additions and 3 deletions

View File

@@ -122,7 +122,7 @@ goreleaser --clean
Check the console output to make sure that there are no messages about a failed
publish. \
If all is well you should the git tag on the releases page updated with a
If all is well you should see the git tag on the releases page updated with a
ChangeLog and the published binaries.
### How to Publish to Gitea and others

View File

@@ -63,7 +63,7 @@ To run them manually on your code;
- jshintrc (lint)
```sh
touch .jshintrc .jshintignore
jhint -c ./.jshintrc *.js */*.js
jshint -c ./.jshintrc *.js */*.js
```
- fixjson \
(turns JavaScript Objects with comments, trailing commas, etc into actual

View File

@@ -81,7 +81,7 @@ This just adds a layer of convenience, and a few benefits:
- handles arbitrary files and URLs, failing bad key lines
- sets permissions correctly, even if they were incorrect \
(which almost no one will to do successfully by hand on Windows on the first
(which almost no one will be able to do successfully by hand on Windows on the first
try)
- works `curl` (macOS, Ubuntu) or `wget` (Docker, Alpine)
- enforces `https`