Browse Source

Fix AudioContext doc typo

rvadhavk 5 years ago
parent
commit
a606f576bb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/en/audio/AudioContext.html

+ 1 - 1
docs/api/en/audio/AudioContext.html

@@ -29,7 +29,7 @@
 		otherwise set it to a new [link:https://developer.mozilla.org/en-US/docs/Web/API/AudioContext AudioContext].
 		</p>
 
-		<h3>[method:AudioContext setContext]( [param:AudioConetxt value] )</h3>
+		<h3>[method:AudioContext setContext]( [param:AudioContext value] )</h3>
 		<p>
 		 Set the variable *context* in the outer scope to *value*.
 		</p>