Skip to content

Commit

Permalink
docs: addresses some typos in the repo docs (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Feb 21, 2024
1 parent 750a2cc commit b6aa402
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .golangci.toml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
# https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-commands-for-github-actions#setting-an-error-message
default-severity = "error"

# If set to true severity-rules regular expressions become case sensitive.
# If set to true severity-rules regular expressions become case-sensitive.
# The default value is false.
case-sensitive = false

Expand All @@ -150,7 +150,7 @@
max-same-issues = 0

# The default value is false. If set to true exclude and exclude-rules
# regular expressions become case sensitive.
# regular expressions become case-sensitive.
# exclude-case-sensitive = false

# This flag suppresses lint issues from several linters, overriding any other configuration you have set.
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Before you create a new issue:

## Creating a pull request

First, is your code a change to the generated source code present in `pikg/github`? If so, you'll want to go to [octokit/source-generator](https://github.com/octokit/source-generator) to modify the generation process.
First, is your code a change to the generated source code present in `pkg/github`? If so, you'll want to go to [octokit/source-generator](https://github.com/octokit/source-generator) to modify the generation process.

If your changes do need to be made here, fork the repository. If you're not sure how to do so, please read [the linked docs](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo). Then clone your fork and `cd` to that directory locally.

Expand Down

0 comments on commit b6aa402

Please sign in to comment.