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

there is a typo in the 67th line of the code missing a closed parentheses #3

Closed
imdavidy opened this issue Nov 21, 2016 · 1 comment

Comments

@imdavidy
Copy link

There is a missing parentheses after the end of the first sentence of this paragraph.

In the above example, the first query says, "Starting from document (the object we've called querySelector() on), find a ul with a className of ranked-list (the . is for className #). Then find an li that is a child of that ul. Then find a ul that is a child (but not necessarily a direct descendant) of that li. Finally, find an li that is a child of that (second) ul."

@JessRudder
Copy link
Contributor

Fixed! Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants
@JessRudder @imdavidy and others