File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments