Skip to content

Commit

Permalink
correct the word order
Browse files Browse the repository at this point in the history
  • Loading branch information
TTtie committed Aug 3, 2023
1 parent 57de940 commit 7cf15c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/structures/MediaChannel.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
const ForumChannel = require("./ForumChannel");

/**
* Represents a media channel. See ForumChannel for properties and methods available.
* Represents a media channel. See ForumChannel for available properties and methods.
* @extends ForumChannel
*/
class MediaChannel extends ForumChannel {}
Expand Down

0 comments on commit 7cf15c8

Please sign in to comment.