Skip to content

Commit 104d9e0

Browse files
authored
Merge pull request #375 from timimahoney/tim/secutity
2 parents d892974 + 4a905d6 commit 104d9e0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Sources/OpenAPIKit/Operation/DereferencedOperation.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public struct DereferencedOperation: Equatable {
2828
/// If defined, overrides the security requirements in the
2929
/// root document `security` array.
3030
///
31-
/// Each secutity requirement in this array is an alternative, only
31+
/// Each security requirement in this array is an alternative, only
3232
/// one of which must be met for the request to be authorized.
3333
///
3434
/// By contrast, all entries in an individual `DereferencedSecurityRequirement`

Sources/OpenAPIKit/Operation/Operation.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ extension OpenAPI {
8686
/// If defined, overrides the security requirements in the
8787
/// root `OpenAPI.Document` `security` array.
8888
///
89-
/// Each secutity requirement in this array is an alternative, only
89+
/// Each security requirement in this array is an alternative, only
9090
/// one of which must be met for the request to be authorized.
9191
///
9292
/// By contrast, all entries in an individual `SecurityRequirement`

Sources/OpenAPIKit30/Operation/DereferencedOperation.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public struct DereferencedOperation: Equatable {
2828
/// If defined, overrides the security requirements in the
2929
/// root document `security` array.
3030
///
31-
/// Each secutity requirement in this array is an alternative, only
31+
/// Each security requirement in this array is an alternative, only
3232
/// one of which must be met for the request to be authorized.
3333
///
3434
/// By contrast, all entries in an individual `DereferencedSecurityRequirement`

Sources/OpenAPIKit30/Operation/Operation.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ extension OpenAPI {
8686
/// If defined, overrides the security requirements in the
8787
/// root `OpenAPI.Document` `security` array.
8888
///
89-
/// Each secutity requirement in this array is an alternative, only
89+
/// Each security requirement in this array is an alternative, only
9090
/// one of which must be met for the request to be authorized.
9191
///
9292
/// By contrast, all entries in an individual `SecurityRequirement`

0 commit comments

Comments
 (0)