Skip to content

Commit a9f74b8

Browse files
committed
minor gramatical fixes
Signed-off-by: Grant Ramsay <seapagan@gmail.com>
1 parent f2ba9eb commit a9f74b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
from app.resources import config_error
3131
from app.resources.routes import api_router
3232

33-
# Initialize logguru logging
33+
# Initialize loguru logging
3434
get_log_config()
3535

3636
# Use standard logging for startup messages and console

docs/usage/caching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ Generates keys with page/size parameters:
317317
`{namespace}:{func_name}:page:{page}:size:{size}`
318318

319319
**`users_list_key_builder`**
320-
Specialized builder for user list endpoints. Handles both single user
320+
Specialized builder for user list endpoints. Handles both single-user
321321
lookups and paginated lists.
322322

323323
**`api_keys_list_key_builder`**

0 commit comments

Comments
 (0)