Skip to content

Commit

Permalink
✏️ Capitalize the H in GitHub (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdougie authored and kefranabg committed Sep 12, 2019
1 parent af1fb5a commit 3d08a76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/questions/author-github.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const { cleanSocialNetworkUsername } = require('../utils')

module.exports = projectInfos => ({
type: 'input',
message: '👤 Github username (use empty value to skip)',
message: '👤 GitHub username (use empty value to skip)',
name: 'authorGithubUsername',
default: projectInfos.githubUsername,
filter: cleanSocialNetworkUsername
Expand Down
2 changes: 1 addition & 1 deletion src/questions/author-github.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ describe('askAuthorGithub', () => {

expect(result).toEqual({
type: 'input',
message: '👤 Github username (use empty value to skip)',
message: '👤 GitHub username (use empty value to skip)',
name: 'authorGithubUsername',
default: githubUsername,
filter: expect.any(Function)
Expand Down

0 comments on commit 3d08a76

Please sign in to comment.