Commit d6a3499c d6a3499c923f5bc0b9bb74d30617701e8a46b96a by Carlos Rivera

only use 'an' if first letter makes a vowel-type sound.

1 parent 4afe1102
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
6 Selectors 6 Selectors
7 ========= 7 =========
8 8
9 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. 9 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.
10 10
11 All the examples below are based on this HTML code: 11 All the examples below are based on this HTML code:
12 12
......