mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-04-06 02:16:49 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user