diff --git a/tests/data/10-response-and-additional-response/simple-response-td-valid.jsonld b/tests/data/10-response-and-additional-response/simple-response-td-valid.jsonld index 9698b03..3229b46 100644 --- a/tests/data/10-response-and-additional-response/simple-response-td-valid.jsonld +++ b/tests/data/10-response-and-additional-response/simple-response-td-valid.jsonld @@ -5,7 +5,7 @@ "title": "MyCameraThing", "$title": "Simple Response", "description": "TD for a Camera Thing", - "$description": "The Interaction Affordance not only describes the request, but also provides metadata for the expected response. In such cases, the response member is used to indicate the representation format of the response payload. therefore no output schema is required, as the content type fully specifies the representation format.", + "$description": "The Interaction Affordance not only describes the request, but also provides metadata for the expected response. In such cases, the response member is used to indicate the representation format of the response payload; therefore, no output schema is required, as the content type fully specifies the representation format.", "securityDefinitions": { "basic_sc": {"scheme": "basic", "in": "header"} },