review: use real path

This commit is contained in:
Timo
2025-04-04 22:24:06 +02:00
parent feb81c6c03
commit ae6052cbe4
2 changed files with 11 additions and 10 deletions

View File

@@ -337,7 +337,7 @@ export function getRelativeRoomUrl(
}
/**
* Perfom a network operation with retries on ConnectionError.
* Perform a network operation with retries on ConnectionError.
* If the error is not retryable, or the max number of retries is reached, the error is rethrown.
* Supports handling of matrix quotas.
*/