Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
drudzikatlassian committed Feb 25, 2019
1 parent e87de2d commit b2b1d75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The GitHub Actions for [Jira](https://www.atlassian.com/software/jira) to create
In the [demo-gajira](https://github.com/atlassian/gajira-demo) repository you'll find examples of what you can do with these actions, in particular:

- Automatically transition an issue to done when a pull request whose name contains the issue key is merged
- Automatically create a new Jira issue when a Github issue is created
- Automatically create a new Jira issue when a GitHub issue is created
- Automatically add a comment to a Jira issue when a commit message contains the issue key
- Automatically create a Jira issue for each `// TODO:` in code

Expand Down
2 changes: 1 addition & 1 deletion actions/todo/action.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ module.exports = class {
}]

if (!argv.description) {
argv.description = `Created with Github commit ${commitUrl}`
argv.description = `Created with GitHub commit ${commitUrl}`
}

providedFields.push({
Expand Down

0 comments on commit b2b1d75

Please sign in to comment.