What's the best approach for editing a question where the real problem in the question turns out to be a minor typo in the code? For example, this question where the user can't set an image via JS. The actual problem was using a [ instead of a ( in the code that selected the div, p, and img.
Do I leave it? Do I change the title to something like "Error selecting element"? Do I down vote it?
Edit
The OP has already answered and acknowledged the syntax error as the cause of the problem.