Skip to content

Commit c11668c

Browse files
authored
Update versions/3.0.4.md
1 parent cc8df9d commit c11668c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/3.0.4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ In order to preserve the ability to round-trip between YAML and JSON formats, YA
122122
An OpenAPI Description (OAD) MAY be made up of a single document or be divided into multiple, connected parts at the discretion of the author. In the latter case, [Reference Object](#reference-object) and [Path Item Object](#path-item-object) `$ref` keywords, as well as the [Link Object](#link-object) `operationRef` keyword, are used.
123123

124124
Any document consisting entirely of an [OpenAPI Object](#openapi-object) is known as a **syntactically complete OpenAPI document**.
125-
An OpenAPI document that does ***not*** reference any other documents is known as a **self-contained OpenAPI document.***
125+
An OpenAPI document that does _not_ reference any other documents is known as a **self-contained OpenAPI document**.
126126
A single-document description is therefore _both_ syntactically complete _and_ self-contained.
127127
In a multi-document description, the document containing the OpenAPI Object where parsing begins for a specific API's description is known as that API's **entry OpenAPI document**, or simply **entry document**.
128128

0 commit comments

Comments
 (0)