diff --git a/JSQMessagesViewController/Model/JSQAudioMediaItem.h b/JSQMessagesViewController/Model/JSQAudioMediaItem.h index 3534ec70b..e40d7295f 100644 --- a/JSQMessagesViewController/Model/JSQAudioMediaItem.h +++ b/JSQMessagesViewController/Model/JSQAudioMediaItem.h @@ -65,7 +65,7 @@ didChangeAudioCategory:(NSString *)category * Initializes and returns a audio media item having the given audioData. * * @param audioData The data object that contains the audio resource. - * @param audioViewConfiguration The view attributes to configure the appearance of the audio media view. + * @param audioViewAttributes The view attributes to configure the appearance of the audio media view. * * @return An initialized `JSQAudioMediaItem`. *