Skip to content

Commit 7f60a8f

Browse files
docs(stageInstances): Correct reference for stage instance creation (discordjs#10333)
Update stageInstances.ts Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent 885defb commit 7f60a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/api/stageInstances.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export class StageInstancesAPI {
1717
/**
1818
* Creates a new stage instance
1919
*
20-
* @see {@link https://discord.com/developers/docs/resources/stage-instance#get-stage-instance}
20+
* @see {@link https://discord.com/developers/docs/resources/stage-instance#create-stage-instance}
2121
* @param body - The data for creating the new stage instance
2222
* @param options - The options for creating the new stage instance
2323
*/

0 commit comments

Comments
 (0)