freeCodeCamp / curriculum

The freeCodeCamp curriculum and lesson editor
Creative Commons Attribution Share Alike 4.0 International
81 stars 124 forks source link

fix(challenges): a sentence didn't make sense, so I modified it #296

Closed lalov1 closed 5 years ago

lalov1 commented 5 years ago

ISSUES CLOSED: #18046

Description

Reworded information because it didn't make sense beforehand.

Pre-Submission Checklist

Checklist:

Closes https://github.com/freeCodeCamp/freeCodeCamp/issues/18046

scissorsneedfoodtoo commented 5 years ago

@lalov1, thank you for taking the time to update this challenge.

Your changes look very good overall, but I think we can further improve the end of the sentence you edited. Since JSON describes the format of the object rather than the object itself, I think the sentence should read something like the following:

Be careful especially when you're accessing and working with external data in the form of a JSON (JavaScript Object Notation) object.

Or perhaps:

Be careful especially when you're accessing and working with external data such as JSON (JavaScript Object Notation).

There are lots of possible ways to word this, so please let me know if you have another suggestion!

lalov1 commented 5 years ago

@scissorsneedfoodtoo I think adding "object" at the end should work. Do you want me to fix and resubmit?

scissorsneedfoodtoo commented 5 years ago

Sure, that's absolutely fine!

To do that, make sure you're on the right branch with git checkout fix/text-change. Make the changes and add the file with git add challenges/02-javascript-algorithms-and-data-structures/debugging.json. Then you'll need to use git commit --amend to amend your current commit message. It's fine now, so just exit out after that command. Finally, just push back to your branch with git push -f origin fix/text-change and we'll see the change reflected here.

lalov1 commented 5 years ago

@scissorsneedfoodtoo I think I made the fix, but let me know if something went wrong...

scissorsneedfoodtoo commented 5 years ago

Everything LGTM! :+1: :+1:

Thank you for taking the time to fix this issue, @lalov1. Looking forward to your next contribution!