Skip to content

Commit

Permalink
docs(GuildOnboardingPrompt): correct grammar in comment to Type field
Browse files Browse the repository at this point in the history
  • Loading branch information
FedorLap2006 committed Nov 2, 2023
1 parent 265dac5 commit b4d6804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -1109,7 +1109,7 @@ type GuildOnboardingPrompt struct {
// https://github.com/discord/discord-api-docs/issues/6320 for more information.
ID string `json:"id,omitempty"`

// Type of prompt.
// Type of the prompt.
Type GuildOnboardingPromptType `json:"type"`

// Options available within the prompt.
Expand Down

0 comments on commit b4d6804

Please sign in to comment.