Skip to content

Grammar, spelling, and formatting fixes in documentation #743

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

Merged
merged 1 commit into from
Feb 29, 2016

Conversation

cjlarose
Copy link
Contributor

Besides standard English changes, I did the following:

  • Replaced all "smart quotes" ( and ) with dumb quotes ("). In places where smart quotes were used in text, they were often wrong (two left-hand quotes or two right-hand quotes). Where they were used in code snippets, they resulted in invalid code. Jekyll converts dumb quotes to smart ones automatically anyway (ignoring code snippets).
  • Replaced a bunch of instances of "JSON stringify algorithm" with "JavaScript's toString algorithm". This was already correct on the "Paths" page, but was consistently incorrect on the "JSON Graph" page. I think "JSON stringify algorithm" means JSON.stringify which is a way to turn a JavaScript Array or Object into a JSON string. "JavaScript's toString algorithm" is just calling .toString on something, like (4).toString()

jhusain added a commit that referenced this pull request Feb 29, 2016
Grammar, spelling, and formatting fixes in documentation
@jhusain jhusain merged commit 02a2efe into Netflix:gh-pages Feb 29, 2016
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.

2 participants