mirror of
https://github.com/zulip/zulip.git
synced 2025-11-19 05:58:25 +00:00
Fix typos caught by typos.
https://github.com/crate-ci/typos Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
730b93c338
commit
bd884c88ed
@@ -181,10 +181,10 @@ export function submit_api_request(
|
||||
request_method({
|
||||
url,
|
||||
data,
|
||||
success(reponse_data) {
|
||||
success(response_data) {
|
||||
close_modal();
|
||||
if (success_continuation !== undefined) {
|
||||
success_continuation(reponse_data);
|
||||
success_continuation(response_data);
|
||||
}
|
||||
},
|
||||
error(xhr) {
|
||||
|
||||
Reference in New Issue
Block a user