diff --git a/rocketpy/rocket/parachute.py b/rocketpy/rocket/parachute.py index d50de92c4..0bfd9f9b9 100644 --- a/rocketpy/rocket/parachute.py +++ b/rocketpy/rocket/parachute.py @@ -204,7 +204,7 @@ def triggerfunc(p, h, y): raise ValueError( f"Unable to set the trigger function for parachute '{self.name}'. " + "Trigger must be a callable, a float value or the string 'apogee'. " - + "See the Parachute class documentation for mor information." + + "See the Parachute class documentation for more information." ) def __str__(self):