Skip to content

Commit b5c43e5

Browse files
committed
case sensitivity (noun) without dashes
1 parent 57c9da5 commit b5c43e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/oas.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ In order to preserve the ability to round-trip between YAML and JSON formats, YA
6262
The recommendation in previous versions of this specification to restrict YAML to its "JSON" [schema ruleset](https://yaml.org/spec/1.2/spec.html#id2803231) allowed for the inclusion of certain values that (despite the name) cannot be represented in JSON.
6363
OAD authors SHOULD NOT rely on any such JSON-incompatible YAML values.
6464

65-
### Case-Sensitivity
65+
### Case Sensitivity
6666

6767
As most field names and values in the OpenAPI Specification are case-sensitive, this document endeavors to call out any case-insensitive names and values.
68-
However, the case-sensitivity of field names and values that map directly to HTTP concepts follow the case-sensitivity rules of HTTP, even if this document does not make a note of every concept.
68+
However, the case sensitivity of field names and values that map directly to HTTP concepts follow the case sensitivity rules of HTTP, even if this document does not make a note of every concept.
6969

7070
### Rich Text Formatting
7171

0 commit comments

Comments
 (0)