Fix minor typo (#11839)

This commit is contained in:
Oliver 2026-05-01 15:29:27 +10:00 committed by GitHub
parent 6f56d44287
commit 35bbecf4b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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'