diff --git a/interface/src/scripting/Audio.h b/interface/src/scripting/Audio.h
index 2b068b195c..707c8aac33 100644
--- a/interface/src/scripting/Audio.h
+++ b/interface/src/scripting/Audio.h
@@ -51,7 +51,7 @@ class Audio : public AudioScriptingInterface, protected ReadWriteLockable {
* enabled, the input audio signal is blocked (fully attenuated) when it falls below an adaptive threshold set just
* above the noise floor.
* @property {boolean} noiseReductionAutomatic - true
if audio input noise reduction automatic mode is enabled,
- * false
if in manual mode. Manual mode will allow you to use Audio.noiseReductionAutomatic
+ * false
if in manual mode. Manual mode allows you to use Audio.noiseReductionThreshold
* to set a manual sensitivity for the noise gate.
* @property {number} noiseReductionThreshold - Sets the noise gate threshold before your mic audio is transmitted.
* (Applies only if Audio.noiseReductionAutomatic
is false
.)