Skip to content

Commit

Permalink
Fix Github -> GitHub.
Browse files Browse the repository at this point in the history
  • Loading branch information
ograchov committed Feb 25, 2019
1 parent 7179e96 commit f8f6d88
Showing 1 changed file with 1 addition and 1 deletion.
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 f8f6d88

Please sign in to comment.