Merge pull request #1161 from LumenTeun/grammar

Quite a few spelling and grammar fixes
@LumenTeun Thanks for spotting these!
This commit is contained in:
Quincy Larson
2015-07-02 13:56:11 -07:00
6 changed files with 20 additions and 20 deletions

View File

@@ -56,7 +56,7 @@ $(document).ready(function() {
$('#report-issue').on('click', function() {
$('#issue-modal').modal('hide');
window.open('https://github.com/freecodecamp/freecodecamp/issues/new?&body=Challenge '+ window.location.href +' has an issue. Please describe how to reproduce it, and include links to screen shots if possible.', '_blank')
window.open('https://github.com/freecodecamp/freecodecamp/issues/new?&body=Challenge '+ window.location.href +' has an issue. Please describe how to reproduce it, and include links to screenshots if possible.', '_blank')
});
$('#i-want-to-pair').on('click', function() {