Fixed typos

This commit is contained in:
Alexander Cerutti
2025-09-25 18:22:36 +02:00
parent 9fe0b5facf
commit 2e8278bc84
2 changed files with 3 additions and 3 deletions

View File

@@ -58,7 +58,7 @@ export interface PassFieldContentWithRow extends PassFieldContent {
} }
/** /**
* @deprecated Use `PassFieldContent` instead, * @deprecated Use `PassFieldContentWithRow` instead,
* which is the right Apple name. * which is the right Apple name.
*/ */
export type FieldWithRow = PassFieldContentWithRow; export type FieldWithRow = PassFieldContentWithRow;

View File

@@ -343,7 +343,7 @@ export interface Semantics {
/** /**
* @iOSVersion 26 * @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?: ( passengerCapabilities?: (
| "PKPassengerCapabilityPreboarding" | "PKPassengerCapabilityPreboarding"
@@ -803,7 +803,7 @@ export const Semantics = Joi.object<Semantics>().keys({
/** /**
* @iOSVersion 26 * @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( passengerCapabilities: Joi.array().items(
Joi.string().regex( Joi.string().regex(