Skip to content

Commit

Permalink
style: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwremmel committed Mar 9, 2022
1 parent 6c1c370 commit ea79545
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion integrations/action/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ jobs:
node-version: '12.x'
- run: npm ci
- run: npm test
# Please replace "master" with the latest git tag
- uses: check-run-reporter/action@v0.0.0
# always run, otherwise you'll only see results for passing builds
if: ${{ always() }}
Expand Down
4 changes: 2 additions & 2 deletions scripts/get-action-version
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env node

/**
* @file This file produces new version for the buildkite plugin based on the
* repo versoin. The buildkite plugin was already at version 1 when this repo
* @file This file produces new version for the action plugin based on the
* repo version. The buildkite plugin was already at version 1 when this repo
* was created.
*/

Expand Down
2 changes: 1 addition & 1 deletion scripts/get-buildkite-version
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @file This file produces new version for the buildkite plugin based on the
* repo versoin. The buildkite plugin was already at version 1 when this repo
* repo version. The buildkite plugin was already at version 1 when this repo
* was created.
*/

Expand Down

0 comments on commit ea79545

Please sign in to comment.