diff --git a/packages/types/src/sdk/locks.ts b/packages/types/src/sdk/locks.ts index 2a2e74c4cc..a04b8238a9 100644 --- a/packages/types/src/sdk/locks.ts +++ b/packages/types/src/sdk/locks.ts @@ -37,7 +37,7 @@ export interface LockOptions { */ name: LockName /** - * The ttl to auto-expire the lock if not unlocked manually. + * The ttl to auto-expire the lock if not unlocked manually */ ttl: number /**