Merge pull request #1161 from LumenTeun/grammar
Quite a few spelling and grammar fixes @LumenTeun Thanks for spotting these!
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user