Skip to content

Commit 6286072

Browse files
authored
Anenenenenenenenemone (#2291)
1 parent 63327b9 commit 6286072

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

DSharpPlus.Interactivity/InteractivityExtension.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ public async Task<InteractivityResult<ModalSubmittedEventArgs>> WaitForModalAsyn
132132
}
133133

134134
/// <summary>
135-
/// Waits for a modal with the specificed custom id to be submitted by the given user.
135+
/// Waits for a modal with the specified custom id to be submitted by the given user.
136136
/// </summary>
137137
/// <param name="modal_id">The id of the modal to wait for. Should be unique to avoid issues.</param>
138138
/// <param name="user">The user to wait for the modal from.</param>
@@ -142,7 +142,7 @@ public Task<InteractivityResult<ModalSubmittedEventArgs>> WaitForModalAsync(stri
142142
=> WaitForModalAsync(modal_id, user, GetCancellationToken(timeoutOverride));
143143

144144
/// <summary>
145-
/// Waits for a modal with the specificed custom id to be submitted by the given user.
145+
/// Waits for a modal with the specified custom id to be submitted by the given user.
146146
/// </summary>
147147
/// <param name="modal_id">The id of the modal to wait for. Should be unique to avoid issues.</param>
148148
/// <param name="user">The user to wait for the modal from.</param>

0 commit comments

Comments
 (0)