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.
*/
export type FieldWithRow = PassFieldContentWithRow;