Commit 9c04128e 9c04128ec187614a92c9afd5a21560be452993bb by Nicolas Perriault

Merge pull request #886 from cerivera/typo-in-selectors-doc

only use 'an' if first letter makes a vowel-type sound.
2 parents 4afe1102 d6a3499c
......@@ -6,7 +6,7 @@
Selectors
=========
CasperJS makes an heavy use of selectors in order to work with the `DOM <http://www.w3.org/TR/dom/>`_, and can transparently use either `CSS3 <http://www.w3.org/TR/selectors/>`_ or `XPath <http://www.w3.org/TR/xpath/>`_ expressions.
CasperJS makes a heavy use of selectors in order to work with the `DOM <http://www.w3.org/TR/dom/>`_, and can transparently use either `CSS3 <http://www.w3.org/TR/selectors/>`_ or `XPath <http://www.w3.org/TR/xpath/>`_ expressions.
All the examples below are based on this HTML code:
......