Update docs

This commit is contained in:
adrinr 2023-03-07 13:30:23 +01:00
parent 84d450a931
commit 77cbe9bc8d
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ export interface LockOptions {
*/ */
ttl: number ttl: number
/** /**
* The resource to the lock name * The individual resource to lock. This is useful for locking around very specific identifiers, e.g. a document that is prone to conflicts
*/ */
resource?: string resource?: string
/** /**