Fix a typo
authorEhsan Akhgari <ehsan@mozilla.com>
Tue, 26 Mar 2013 14:06:14 -0700
changeset 274 585057cf5968
parent 273 2056740735fd
child 275 c3db0b38c7ac
Fix a typo
webaudio/specification.html
--- a/webaudio/specification.html	Wed Mar 20 23:55:29 2013 -0400
+++ b/webaudio/specification.html	Tue Mar 26 14:06:14 2013 -0700
@@ -1277,7 +1277,7 @@
 </p>
 
 <p>
-AudioNodes are <em>EventTarget</em>s, as desribed in <cite><a href="http://dom.spec.whatwg.org/">DOM</a></cite>
+AudioNodes are <em>EventTarget</em>s, as described in <cite><a href="http://dom.spec.whatwg.org/">DOM</a></cite>
 <a href="#DOM">[DOM]</a>.  This means that it is possible to dispatch events to AudioNodes the same
 way that other EventTargets accept events.
 </p>