📝 Fix typos in code comments (#14364)

Fix typos in some files

Co-authored-by: khanhkhanhlele <namkhanh20xx@gmail.com>
This commit is contained in:
Edge-Seven
2025-11-18 15:30:20 +07:00
committed by GitHub
parent 4e84f31694
commit df83eb7278
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ def get_client(request: pytest.FixtureRequest):
with TestClient(mod.app) as c:
yield c
# Clean up connection explicitely to avoid resource warning
# Clean up connection explicitly to avoid resource warning
mod.engine.dispose()

View File

@@ -45,7 +45,7 @@ def get_client(request: pytest.FixtureRequest):
with TestClient(mod.app) as c:
yield c
# Clean up connection explicitely to avoid resource warning
# Clean up connection explicitly to avoid resource warning
mod.engine.dispose()