diff --git a/src/backend/InvenTree/generic/states/transition.py b/src/backend/InvenTree/generic/states/transition.py index ab9c48c47b..80ae2f7f3c 100644 --- a/src/backend/InvenTree/generic/states/transition.py +++ b/src/backend/InvenTree/generic/states/transition.py @@ -63,7 +63,7 @@ class TransitionMethod: result: bool - True if the transition method was successful, False otherwise. Raises: - ValidationError: Alert the user that the transition failued + ValidationError: Alert the user that the transition failed """ raise NotImplementedError( 'TransitionMethod.transition must be implemented'