diff --git a/specifyweb/frontend/js_src/lib/components/Core/Contexts.tsx b/specifyweb/frontend/js_src/lib/components/Core/Contexts.tsx index e1d87e3613a..8c813dcdc84 100644 --- a/specifyweb/frontend/js_src/lib/components/Core/Contexts.tsx +++ b/specifyweb/frontend/js_src/lib/components/Core/Contexts.tsx @@ -160,7 +160,7 @@ export function Contexts({ /** * Display a modal loading dialog while promise is resolving. * Also, catch and handle errors if promise is rejected. - * If multiple promises are resolving at the same time, the dialog is + * If multiple promises are resolved at the same time, the dialog is * visible until all promises are resolved. * This prevents having more than one loading dialog visible at the same time. */