Skip to content

Commit

Permalink
chore: Fix typo in string
Browse files Browse the repository at this point in the history
Signed-off-by: Colton Wolkins (Indicio work address) <[email protected]>
  • Loading branch information
TheTechmage committed Jun 8, 2022
1 parent d460885 commit 0d588bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aries_cloudagent/protocols/connections/v1_0/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)
Expand Down

0 comments on commit 0d588bb

Please sign in to comment.