Skip to content

Commit bf0431a

Browse files
authored
Merge pull request #893 from omahs/patch-1
Fix typos
2 parents ea2cae5 + c26b132 commit bf0431a

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Ready to contribute to `dependency-review-action`? Here is some information to
3535

3636
This action makes an authenticated query to the [Dependency Review API](https://docs.github.com/en/rest/dependency-graph/dependency-review) endpoint (`GET /repos/{owner}/{repo}/dependency-graph/compare/{basehead}`) to find out the set of added and removed dependencies for each manifest.
3737

38-
The action then evaluates the differences between the pushes based on the the rules defined in the action configuration, and summarizes the differences and any violations of the rules you have defined as a comment in the pull request that triggered it and the action outputs.
38+
The action then evaluates the differences between the pushes based on the rules defined in the action configuration, and summarizes the differences and any violations of the rules you have defined as a comment in the pull request that triggered it and the action outputs.
3939

4040
### Local Development
4141

@@ -81,7 +81,7 @@ $ GITHUB_TOKEN=<token> ./scripts/scan_pr --config-file my_custom_config.yml <pr_
8181
npm run test
8282
```
8383

84-
_Note_: We don't a very comprehensive test suite, so any contributions to the existing tests are welcome!
84+
_Note_: We don't have a very comprehensive test suite, so any contributions to the existing tests are welcome!
8585

8686
### Submitting a pull request
8787

docs/examples.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Examples on how to use the Dependency Review Action
1+
# Examples of how to use the Dependency Review Action
22

33
## Basic Usage
44

@@ -89,7 +89,7 @@ The following example will use a configuration file from an external public GitH
8989

9090
Let's say that the configuration file is located in `github/octorepo/dependency-review-config.yml@main`
9191

92-
The Dependancy Review Action workflow file will then look like this:
92+
The Dependency Review Action workflow file will then look like this:
9393

9494
```yaml
9595
name: 'Dependency Review'
@@ -116,7 +116,7 @@ The following example will use a configuration file from an external private Gti
116116

117117
Let's say that the configuration file is located in `github/octorepo-private/dependency-review-config.yml@main`
118118

119-
The Dependancy Review Action workflow file will then look like this:
119+
The Dependency Review Action workflow file will then look like this:
120120

121121
```yaml
122122
name: 'Dependency Review'

0 commit comments

Comments
 (0)