Skip to content

Commit

Permalink
spellign
Browse files Browse the repository at this point in the history
  • Loading branch information
jackx111 committed Jan 25, 2024
1 parent 1b56b94 commit b7fab6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion howso/utilities/reaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,5 +290,5 @@ def _reorganize_details(cls, details: t.MutableMapping[str, t.List]

@Reaction.add_reaction.register
def _(self, reaction: "Reaction"):
"""Add anothoer `Reaction` to Reaction."""
"""Add another `Reaction` to Reaction."""
return self.add_reaction(reaction.get("action"), reaction.get("details", {}))

0 comments on commit b7fab6c

Please sign in to comment.