Fix a typo
authorEhsan Akhgari <ehsan@mozilla.com>
Thu, 18 Apr 2013 18:29:33 -0400
changeset 300 14a452a003dc
parent 299 adad85993ac1
child 301 90b4b9f7b735
Fix a typo
webaudio/specification.html
--- a/webaudio/specification.html	Thu Apr 18 18:27:38 2013 -0400
+++ b/webaudio/specification.html	Thu Apr 18 18:29:33 2013 -0400
@@ -1088,7 +1088,7 @@
       determines the number of channels for this node's input.  Values of up to 32 must be supported. </p>
       <p>The <dfn id="dfn-numberOfOutputChannels">numberOfOutputChannels</dfn> parameter (defaults to 2) and
       determines the number of channels for this node's output.  Values of up to 32 must be supported.</p>
-      <p>It is invalid for either <code>numberOfInputChannels</code> and
+      <p>It is invalid for either <code>numberOfInputChannels</code> or
       <code>numberOfOutputChannels</code> to be zero. </p>
     </dd>
 </dl>