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

Double quote replacement #11

Open
MCTaylor17 opened this issue Jun 19, 2017 · 0 comments
Open

Double quote replacement #11

MCTaylor17 opened this issue Jun 19, 2017 · 0 comments

Comments

@MCTaylor17
Copy link

I'm just reading through the guide Understand OData in 6 steps and noticed the Node.js code was broken.

getURL(serviceRoot + 'People('russellwhyte')');

The MD files in this repo seem to look fine:

getURL(serviceRoot + "People('russellwhyte')");

I'm not sure how the MD files are rendered to the website, but the change from double to single quotes has a significant impact on this particular line of code.

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

No branches or pull requests

1 participant