Skip to content

Commit 8b97717

Browse files
authored
reframing user as author (#2463)
Per comment in review, authors determine whether a spec is a single or multipart document. Those who consume the spec care more about the information itself and less (or not at all directly) about how it was assembled.
1 parent d6443c1 commit 8b97717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/3.1.0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ In order to preserve the ability to round-trip between YAML and JSON formats, YA
136136

137137
### <a name="documentStructure"></a>Document Structure
138138

139-
An OpenAPI document MAY be made up of a single document or be divided into multiple, connected parts at the discretion of the user. In the latter case, [`Reference Objects`](#referenceObject) and [`Schema Object`](#schemaObject) `$ref` keywords are used.
139+
An OpenAPI document 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 Objects`](#referenceObject) and [`Schema Object`](#schemaObject) `$ref` keywords are used.
140140

141141
It is RECOMMENDED that the root OpenAPI document be named: `openapi.json` or `openapi.yaml`.
142142

0 commit comments

Comments
 (0)