Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
jontsai committed Aug 15, 2024
1 parent 56854f5 commit 4c25a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/handles.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def generate_unique_handle(
) -> T.Optional[str]:
"""Generates a unique handle based on a name.
If the inital handle is unique, it is returned.
If the initial handle is unique, it is returned.
If a handle is not unique, a random suffix is appended to the handle.
"""
base_handle = seo_tokenize(name).replace('-', '_')
Expand Down

0 comments on commit 4c25a1c

Please sign in to comment.