Skip to content

Commit 8c8b876

Browse files
committed
Tweaks to casing / linking
1 parent 50cddd9 commit 8c8b876

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

versions/3.1.1.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -326,11 +326,11 @@ The `security` field describes how requests are authorized:
326326

327327
- If omitted, then nothing can be inferred about the authorization requirements; the behaviour is implementation-defined.
328328
- If present but empty (`security: []`), then the behaviour is undefined.
329-
- Otherwise, it is an array of security requirement objects, only one of which needs to be satisfied for the request to be authorized.
329+
- Otherwise, it is an array of Security Requirement Objects, only one of which needs to be satisfied for the request to be authorized.
330330

331-
Because the empty [security requirement object](#security-requirement-object) `{}` will always be satisfied, any `security` list of Security Requirement Objects that includes `{}` will allow all requests. In particular, `security: [{}]` means that no security schemes are in use (also known as "no security").
331+
Because the empty [Security Requirement Object](#security-requirement-object) `{}` will always be satisfied, any `security` list that includes `{}` will allow all requests. In particular, `security: [{}]` means that no security schemes are in use (also known as "no security").
332332

333-
Individual operations [can override this field](#operation-security).
333+
Individual Operations can [override this field](#operation-security).
334334

335335
#### Info Object
336336

0 commit comments

Comments
 (0)