mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 16:43:31 +01:00
Grammar cleanup (#875)
This commit: * fixes inconsistencies (primarily regarding capitalization) * fixes non-proper nouns that were improperly capitalized * fixes reminents from not-so-meticulous copy+paste jobs
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* Represents any Channel on Discord
|
||||
* Represents any channel on Discord
|
||||
*/
|
||||
class Channel {
|
||||
constructor(client, data) {
|
||||
|
||||
Reference in New Issue
Block a user