nadchif / adobe-brackets-encode-decode

Adobe Brackets IDE Extension that lets you to convert text selections to and from various formats
https://registry.brackets.io/
GNU General Public License v3.0
9 stars 15 forks source link

Correct typos in mock.brackets.js #41

Closed nadchif closed 4 years ago

nadchif commented 4 years ago

Good for first timers

CURRENT ISSUE: The file /spec/support/mock.brackets.js says "Note" on the following line:

3. * IMPORTANT NOTE: This is note a requireJS module.

WHAT WE NEED: Change "Note" to "not". It should end up something like this:

3. * IMPORTANT NOTE: This is not a requireJS module.

For a step by step guide on how to do this. See CONTRIBUTING.md

flozender commented 4 years ago

Hi! I'd like to help :)

nadchif commented 4 years ago

Thank you, proceed ☺