docs: fix typos (#3404)

This commit is contained in:
Kitten King
2019-07-25 20:48:23 +05:30
committed by SpaceEEC
parent 651ff81bd5
commit d8516efa36
7 changed files with 8 additions and 8 deletions

2
typings/index.d.ts vendored
View File

@@ -1736,7 +1736,7 @@ declare module 'discord.js' {
public create(name: string, options?: GuildCreateChannelOptions): Promise<TextChannel | VoiceChannel | CategoryChannel>;
}
// Hacky workaround because changing the signature of an overriden method errors
// Hacky workaround because changing the signature of an overridden method errors
class OverridableDataStore<V, K, VConstructor = Constructable<V>, R = any> extends DataStore<V, K, VConstructor, R> {
public add(data: any, cache: any): any;
public set(key: any): any;