diff --git a/src/schemas/PassFieldContent.ts b/src/schemas/PassFieldContent.ts index 586cac8..42b3244 100644 --- a/src/schemas/PassFieldContent.ts +++ b/src/schemas/PassFieldContent.ts @@ -58,7 +58,7 @@ export interface PassFieldContentWithRow extends PassFieldContent { } /** - * @deprecated Use `PassFieldContent` instead, + * @deprecated Use `PassFieldContentWithRow` instead, * which is the right Apple name. */ export type FieldWithRow = PassFieldContentWithRow; diff --git a/src/schemas/Semantics.ts b/src/schemas/Semantics.ts index 06936f1..6b21947 100644 --- a/src/schemas/Semantics.ts +++ b/src/schemas/Semantics.ts @@ -343,7 +343,7 @@ export interface Semantics { /** * @iOSVersion 26 * - * A list of capabilties the passenger has. Only use this key for airline boarding passes. + * A list of capabilities the passenger has. Only use this key for airline boarding passes. */ passengerCapabilities?: ( | "PKPassengerCapabilityPreboarding" @@ -803,7 +803,7 @@ export const Semantics = Joi.object().keys({ /** * @iOSVersion 26 * - * A list of capabilties the passenger has. Only use this key for airline boarding passes. + * A list of capabilities the passenger has. Only use this key for airline boarding passes. */ passengerCapabilities: Joi.array().items( Joi.string().regex(