We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60cb9b9 commit 8ccb19eCopy full SHA for 8ccb19e
Sources/OpenAPIRuntime/Interface/ErrorHandlingMiddleware.swift
@@ -14,7 +14,7 @@
14
15
import HTTPTypes
16
17
-/// An opt-in error handling middleware that converts an error to a HTTP response.
+/// An opt-in error handling middleware that converts an error to an HTTP response.
18
///
19
/// Inclusion of ``ErrorHandlingMiddleware`` should be accompanied by conforming errors to the ``HTTPResponseConvertible`` protocol.
20
/// Errors not conforming to ``HTTPResponseConvertible`` are converted to a response with the 500 status code.
0 commit comments