Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DorianMazur committed Oct 4, 2024
1 parent 9c6c52b commit 90ea0f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export type BaseOptions = {
/** The access group to share keychain items between apps (iOS and visionOS only). */
accessGroup?: string;
/** Specifies when a keychain item is accessible (iOS and visionOS only).
* @default ACCESSIBLE.FTER_FIRST_UNLOCK
* @default ACCESSIBLE.AFTER_FIRST_UNLOCK
*/
accessible?: ACCESSIBLE;
/** Authentication type for retrieving keychain item (iOS and visionOS only). */
Expand Down

0 comments on commit 90ea0f5

Please sign in to comment.