diff --git a/openapi_core/validation/request/exceptions.py b/openapi_core/validation/request/exceptions.py index 2702656a..b812936e 100644 --- a/openapi_core/validation/request/exceptions.py +++ b/openapi_core/validation/request/exceptions.py @@ -16,7 +16,7 @@ class ParametersError(Exception): def context(self) -> Iterable[Exception]: warnings.warn( "context property of ParametersError is deprecated. " - "Use erros instead.", + "Use errors instead.", DeprecationWarning, ) return self.errors