fix typos

This commit is contained in:
Aine
2025-06-04 22:30:36 +03:00
parent cc74071933
commit 5165625cd0
4 changed files with 5 additions and 5 deletions

View File

@@ -67,7 +67,7 @@ export const FetchConfig = async () => {
};
// load config from context
// we deliberately processing each key separately to avoid overwriting the whole config, loosing some keys, and messing
// we deliberately processing each key separately to avoid overwriting the whole config, losing some keys, and messing
// with typescript types
export const LoadConfig = (context: any) => {
if (context?.restrictBaseUrl) {