fix small typo
authorcrogers
Thu, 24 May 2012 17:15:29 -0700
changeset 60 5460cc594d14
parent 59 74bd0f9f2fb6
child 61 5f1f174d7603
fix small typo
webaudio/specification.html
--- a/webaudio/specification.html	Thu May 24 17:13:34 2012 -0700
+++ b/webaudio/specification.html	Thu May 24 17:15:29 2012 -0700
@@ -1076,7 +1076,7 @@
       <p>
       It is possible to connect an AudioNode to another AudioNode which creates a <em>cycle</em>.
       In other words, an AudioNode may connect to another AudioNode, which in turn connects back
-      to the first AudioNode.  This is allowed only if there is a least one
+      to the first AudioNode.  This is allowed only if there is at least one
       <a class="dfnref" href="#DelayNode-section">DelayNode</a> in the <em>cycle</em> or an exception will
       be thrown.
       </p>