Skip to content

Commit 2359b8d

Browse files
authored
More correct from review feedback
1 parent 2600500 commit 2359b8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/oas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ As noted under [Data Type](#data-types), both `type: number` and `type: integer`
294294

295295
API data has several forms:
296296

297-
1. The serialized form, which is either a document of a particular media type, part of an HTTP header value, or part of a URI.
297+
1. The serialized form, which is either a document of a particular media type, an HTTP header value, or part of a URI.
298298
2. The data form, intended for use with a [Schema Object](#schema-object).
299299
3. The application form, which incorporates any additional information conveyed by JSON Schema keywords such as `format` and `contentType`, and possibly additional information such as class hierarchies that are beyond the scope of this specification, although they MAY be based on specification elements such as the [Discriminator Object](#discriminator-object) or guidance regarding [Data Modeling Techniques](#data-modeling-techniques).
300300

0 commit comments

Comments
 (0)