mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 17:13:31 +01:00
docs: fix typos (#9127)
* docs: fix typos * indicies -> indices * rename file --------- Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
@@ -152,7 +152,7 @@ export async function generateIndex(model: ApiModel, packageName: string, tag =
|
||||
);
|
||||
}
|
||||
|
||||
export async function generateAllIndicies() {
|
||||
export async function generateAllIndices() {
|
||||
for (const pkg of PACKAGES) {
|
||||
const response = await request(`https://docs.discordjs.dev/api/info?package=${pkg}`);
|
||||
const versions = await response.body.json();
|
||||
|
||||
Reference in New Issue
Block a user