diff --git a/wqflask/wqflask/oauth2/collections.py b/wqflask/wqflask/oauth2/collections.py index d4bfe7f01..63bf206ea 100644 --- a/wqflask/wqflask/oauth2/collections.py +++ b/wqflask/wqflask/oauth2/collections.py @@ -4,7 +4,7 @@ from .client import oauth2_get, no_token_get def num_collections() -> int: - """Compute the number of collections available for tte current sussion.""" + """Compute the number of collections available for the current session.""" anon_id = session_info()["anon_id"] all_collections = no_token_get( f"auth/user/collections/{anon_id}/list").either(