-
-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spelling #306
base: main
Are you sure you want to change the base?
Spelling #306
Conversation
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
The contribution to this project requires setting up a development | ||
Contribution to this project requires setting up a development |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This isn't precisely a spelling thing, it's more of a grammar thing... Anyway, The
does the wrong thing here.
Second, fork the following repositories in Github into to your own Github | ||
Second, fork the following repositories in GitHub into to your own GitHub |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
brand
@@ -82,7 +82,6 @@ qtest: covdir | |||
@time richgo test -v -coverprofile=.coverage/coverage.out -run TestParseCaddyfileSingleSignOnProvider ./*.go | |||
@#time richgo test -v -coverprofile=.coverage/coverage.out -run TestParseCaddyfileCredentials ./*.go | |||
@#time richgo test -v -coverprofile=.coverage/coverage.out -run TestParseCaddyfileMessaging ./*.go | |||
@#time richgo test -v -coverprofile=.coverage/coverage.out -run TestParseCaddyfileIdentit* ./*.go |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line 81 above had nearly identical content and there doesn't seem to be anything that would match this that didn't match that.
b, err := ioutil.ReadFile(args) | ||
b, err := os.ReadFile(args) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Go made me do it? ioutil.ReadFile
is deprecated and apparently it just uses os.ReadFile
I have read the CLA Document and I hereby sign the CLA |
Fixes misspellings identified by the check-spelling action.
The misspellings have been reported at https://github.com/jsoref/caddy-security/actions/runs/7372197546/attempts/1#summary-20060295535
The action will report that the changes in this PR would make it happy: https://github.com/jsoref/caddy-security/actions/runs/7372197602/attempts/1#summary-20060295600