Skip to content

Commit

Permalink
Merge pull request #1752 from cfieber/master
Browse files Browse the repository at this point in the history
added oxford comma to welcome messages
  • Loading branch information
tomaslin committed Nov 24, 2015
2 parents 0f608d9 + 0aca105 commit 37edf43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ <h1 style="display: none" ng-style="{display: authenticating ? '' : 'none'}">Aut
'Do you want ants? Because that\'s how you get ants!', // Archer
'Kids you can literally fly!', // Key and Peele
'Goats are the only animals with an innate sense of democracy. That\'s why they\'re called "Nature\'s President".',
'Goats are stupid, mean, and hardheaded animals. That\'s why they\'re called "Nature\'s President".' // Mr. Show
'Goats are stupid, mean, and hardheaded animals. That\'s why they\'re called "Nature\'s President".', // Mr. Show
'I\'d like to add you to my professional network',
];

if (Math.random() < 0.02) {
Expand Down

0 comments on commit 37edf43

Please sign in to comment.