Skip to content

Commit

Permalink
Merge pull request #375 from timimahoney/tim/secutity
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpolzin authored May 21, 2024
2 parents d892974 + 4a905d6 commit 104d9e0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Sources/OpenAPIKit/Operation/DereferencedOperation.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public struct DereferencedOperation: Equatable {
/// If defined, overrides the security requirements in the
/// root document `security` array.
///
/// Each secutity requirement in this array is an alternative, only
/// Each security requirement in this array is an alternative, only
/// one of which must be met for the request to be authorized.
///
/// By contrast, all entries in an individual `DereferencedSecurityRequirement`
Expand Down
2 changes: 1 addition & 1 deletion Sources/OpenAPIKit/Operation/Operation.swift
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ extension OpenAPI {
/// If defined, overrides the security requirements in the
/// root `OpenAPI.Document` `security` array.
///
/// Each secutity requirement in this array is an alternative, only
/// Each security requirement in this array is an alternative, only
/// one of which must be met for the request to be authorized.
///
/// By contrast, all entries in an individual `SecurityRequirement`
Expand Down
2 changes: 1 addition & 1 deletion Sources/OpenAPIKit30/Operation/DereferencedOperation.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public struct DereferencedOperation: Equatable {
/// If defined, overrides the security requirements in the
/// root document `security` array.
///
/// Each secutity requirement in this array is an alternative, only
/// Each security requirement in this array is an alternative, only
/// one of which must be met for the request to be authorized.
///
/// By contrast, all entries in an individual `DereferencedSecurityRequirement`
Expand Down
2 changes: 1 addition & 1 deletion Sources/OpenAPIKit30/Operation/Operation.swift
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ extension OpenAPI {
/// If defined, overrides the security requirements in the
/// root `OpenAPI.Document` `security` array.
///
/// Each secutity requirement in this array is an alternative, only
/// Each security requirement in this array is an alternative, only
/// one of which must be met for the request to be authorized.
///
/// By contrast, all entries in an individual `SecurityRequirement`
Expand Down

0 comments on commit 104d9e0

Please sign in to comment.