diff --git a/src/audio/Audio.js b/src/audio/Audio.js index 6aba9d1101ef83..a5c30a1ffb361a 100644 --- a/src/audio/Audio.js +++ b/src/audio/Audio.js @@ -191,7 +191,7 @@ class Audio extends Object3D { /** * Defines the source type. * - * The property is automatically by one of the `set*()` methods. + * The property is automatically set by one of the `set*()` methods. * * @type {('empty'|'audioNode'|'mediaNode'|'mediaStreamNode'|'buffer')} * @readonly