From 2e8278bc84a29454d64f972c46825699fa985af7 Mon Sep 17 00:00:00 2001 From: Alexander Cerutti Date: Thu, 25 Sep 2025 18:22:36 +0200 Subject: [PATCH] Fixed typos --- src/schemas/PassFieldContent.ts | 2 +- src/schemas/Semantics.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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(