diff --git a/src/definitions/SOL002SOL003_def.yaml b/src/definitions/SOL002SOL003_def.yaml
index 300f9fcbf8fc8f99ed93b0f6ab776cdf3fe35d20..74dac009446d94ceb5d99fc9774718ffdd936aaf 100644
--- a/src/definitions/SOL002SOL003_def.yaml
+++ b/src/definitions/SOL002SOL003_def.yaml
@@ -83,7 +83,7 @@ definitions:
 
   Link:
     description: >
-      This type represents a link to a resource. using an absolute URI.
+      This type represents a link to a resource using an absolute URI.
       It shall comply with the provisions defined in table  4.4.1.3-1.
     type: object
     required:
@@ -91,8 +91,8 @@ definitions:
     properties:
       href:
         description: >
-          URI of  another resource referenced from a resource.
-          Shall be an absolute URI (i.e. a UTI that contains {apiRoot}.
+          URI of another resource referenced from a resource.
+          Shall be an absolute URI (i.e. a URI that contains {apiRoot}).
         $ref: "#/definitions/Uri"
 
   NotificationLink: