diff --git a/napari_hub_cli/citation.py b/napari_hub_cli/citation.py index 2286d57..8279152 100644 --- a/napari_hub_cli/citation.py +++ b/napari_hub_cli/citation.py @@ -78,7 +78,7 @@ def scrap_users(local_repo): else: authors.append( { - "given-names": f"{name} # We cannot split your name automatically bewteen 'given-names' and 'family-names', we apologize for that. Please do it manually", + "given-names": f"{name} # We cannot split your name automatically between 'given-names' and 'family-names', we apologize for that. Please do it manually", } ) return {"authors": authors}