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:53:26 -06:00
parent 3c8b66be55
commit ca81127b93
3 changed files with 3 additions and 3 deletions
+1 -1
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