diff --git a/src/main/java/net/dv8tion/jda/api/managers/AudioManager.java b/src/main/java/net/dv8tion/jda/api/managers/AudioManager.java
index 6016db1889..e355787f84 100644
--- a/src/main/java/net/dv8tion/jda/api/managers/AudioManager.java
+++ b/src/main/java/net/dv8tion/jda/api/managers/AudioManager.java
@@ -198,14 +198,14 @@ default void setSpeakingMode(@Nonnull SpeakingMode... mode)
/**
* Sets the {@link net.dv8tion.jda.api.audio.AudioSendHandler}
* that the manager will use to provide audio data to an audio connection.
- *
The handler provided here will persist between audio connection connect and disconnects.
+ *
The handler provided here will persist between audio connection connects and disconnects.
* Furthermore, you don't need to have an audio connection to set a handler.
- * When JDA sets up a new audio connection it will use the handler provided here.
+ * When JDA sets up a new audio connection, it will use the handler provided here.
*
Setting this to null will remove the audio handler.
*
- *
JDA recommends LavaPlayer + *
JDA recommends LavaPlayer * as an {@link net.dv8tion.jda.api.audio.AudioSendHandler AudioSendHandler}. - * It provides a demo targeted at JDA users. + * It provides a demo targeted at JDA users. * * @param handler * The {@link net.dv8tion.jda.api.audio.AudioSendHandler AudioSendHandler} used to provide audio data.