Skip to content

Grammar, spelling, and formatting fixes in documentation#743

Merged
jhusain merged 1 commit into
Netflix:gh-pagesfrom
cjlarose:gh-pages
Feb 29, 2016
Merged

Grammar, spelling, and formatting fixes in documentation#743
jhusain merged 1 commit into
Netflix:gh-pagesfrom
cjlarose:gh-pages

Conversation

@cjlarose

Copy link
Copy Markdown
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