diff --git a/index.bs b/index.bs index 8a9607a1d..236ed3e6b 100644 --- a/index.bs +++ b/index.bs @@ -4380,7 +4380,7 @@ Methods destination {{AudioNode}}.
-            destinationNode: The destinationNode parameter is the {{AudioNode}} to disconnect. If there is no connection to the destinationNode from the given input to the given output, an {{InvalidAccessError}} exception MUST be thrown.
+            destinationNode: The destinationNode parameter is the {{AudioNode}} to disconnect. If there is no connection to the destinationNode from the given output to the given input, an {{InvalidAccessError}} exception MUST be thrown.
             output: The output parameter is an index describing which output of the {{AudioNode}} from which to disconnect. If this parameter is out-of-bounds, an {{IndexSizeError}} exception MUST be thrown.
             input: The input parameter is an index describing which input of the destination {{AudioNode}} to disconnect. If this parameter is out-of-bounds, an {{IndexSizeError}} exception MUST be thrown.