Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo whitespace fix in access-multi-dimensional-arrays-with-indexes.english.md #38247

Merged
merged 2 commits into from Feb 24, 2020

Conversation

Vincent440
Copy link
Contributor

Added non breaking space characters to display Note correct.

  • myArray [0][0] changed to myArray [0][0]
  • myArray [0] [0] changed to myArray [0] [0]

Checklist:

  • [x ] I have read freeCodeCamp's contribution guidelines.

  • [x ] My pull request has a descriptive title (not a vague title like Update index.md)

  • [x ] My pull request targets the master branch of freeCodeCamp.

  • [x ] All the files I changed are in the same world language, for example: only English changes, or only Chinese changes, etc.


Notes:

Added non breaking whitespace characters to display *Note* correct. 
* `myArray [0][0] changed to myArray [0][0]`
* `myArray [0] [0] changed to myArray [0] [0]`
@gitpod-io
Copy link

gitpod-io bot commented Feb 21, 2020

…a-structures/basic-javascript/access-multi-dimensional-arrays-with-indexes.english.md


That is a lot cleaner thanks, it didn't occur to me that would work also and look better. thanks!

Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
Copy link
Contributor

@ojeytonwilliams ojeytonwilliams left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@ojeytonwilliams ojeytonwilliams merged commit b49b9f3 into freeCodeCamp:master Feb 24, 2020
@ojeytonwilliams
Copy link
Contributor

@Vincent440 Congrats on your first pull request (PR)! 🎉

Thank you for your contribution to the page! 👍
We're happy to accept these changes, and look forward to future contributions. 📝

@Vincent440 Vincent440 deleted the patch-2 branch February 24, 2020 16:39
@Vincent440
Copy link
Contributor Author

@Vincent440 Congrats on your first pull request (PR)! 🎉

Thank you for your contribution to the page! 👍
We're happy to accept these changes, and look forward to future contributions. 📝

Thanks I appreciate it!
I look forward to helping out when I can,
Do you know if I should have already seen this fix live by now?

abbathaw pushed a commit to abbathaw/freeCodeCamp that referenced this pull request Jul 24, 2020
…nglish.md (freeCodeCamp#38247)

* Update access-multi-dimensional-arrays-with-indexes.english.md

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants