chore(backend): Spelling (#25457)

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2023-09-29 12:36:50 -04:00
committed by GitHub
parent 3e0c70d018
commit 0735680674
31 changed files with 56 additions and 56 deletions

View File

@@ -249,7 +249,7 @@ class WebDriverProxy:
)
except WebDriverException:
logger.exception(
"Encountered an unexpected error when requeating url %s", url
"Encountered an unexpected error when requesting url %s", url
)
finally:
self.destroy(driver, current_app.config["SCREENSHOT_SELENIUM_RETRIES"])