InvalidStateError was not properly capitalized.
authorGlen Shires <gshires@google.com>
Tue, 04 Sep 2012 16:01:56 -0700
changeset 23 87fb392cfe02
parent 22 48a58e558fcc
child 24 2c33c874a025
InvalidStateError was not properly capitalized.
speechapi.html
--- a/speechapi.html	Tue Sep 04 10:54:02 2012 -0700
+++ b/speechapi.html	Tue Sep 04 16:01:56 2012 -0700
@@ -654,7 +654,7 @@
       <dd>When the start method is called it represents the moment in time the web application wishes to begin recognition.
       When the speech input is streaming live through the input media stream, then this start call represents the moment in time that the service <em class="rfc2119" title="must">must</em> begin to listen and try to match the grammars associated with this request.
       Once the system is successfully listening to the recognition the user agent <em class="rfc2119" title="must">must</em> raise a start event.
-      If the start method is called on an already started object (that is, start has previously been called, and no error or end event has fired on the object), the user agent <em class="rfc2119" title="must">must</em> throw an <a href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#invalidstateerror">invalidstateerror</a> exception and ignore the call.</dd>
+      If the start method is called on an already started object (that is, start has previously been called, and no error or end event has fired on the object), the user agent <em class="rfc2119" title="must">must</em> throw an <a href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#invalidstateerror">InvalidStateError</a> exception and ignore the call.</dd>
 
       <dt>The <dfn id="dfn-stop">stop</dfn> method</dt>
       <dd>The stop method represents an instruction to the recognition service to stop listening to more audio, and to try and return a result using just the audio that it has received to date.