--- 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>