From 0d588bb1191910a8416bb9d2ba4aa8cb068c9905 Mon Sep 17 00:00:00 2001 From: "Colton Wolkins (Indicio work address)" Date: Wed, 8 Jun 2022 09:55:02 -0600 Subject: [PATCH] chore: Fix typo in string Signed-off-by: Colton Wolkins (Indicio work address) --- aries_cloudagent/protocols/connections/v1_0/routes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aries_cloudagent/protocols/connections/v1_0/routes.py b/aries_cloudagent/protocols/connections/v1_0/routes.py index 6c25b07bad..41d7306b26 100644 --- a/aries_cloudagent/protocols/connections/v1_0/routes.py +++ b/aries_cloudagent/protocols/connections/v1_0/routes.py @@ -206,7 +206,7 @@ class ConnectionsListQueryStringSchema(OpenAPISchema): example=ConnRecord.Protocol.RFC_0160.aries_protocol, ) invitation_msg_id = fields.UUID( - description="Identifier of the associated Invintation Mesage", + description="Identifier of the associated Invitation Mesage", required=False, example=UUIDFour.EXAMPLE, )