Skip to content

Commit 9c73572

Browse files
Ibrahim4594claude
andauthored
chore(auth): typo in error message (#1944)
Co-authored-by: Claude Sonnet 4.5 <[email protected]>
1 parent 2950186 commit 9c73572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/auth-js/src/lib/locks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ export async function processLock<R>(
229229
setTimeout(() => {
230230
reject(
231231
new ProcessLockAcquireTimeoutError(
232-
`Acquring process lock with name "${name}" timed out`
232+
`Acquiring process lock with name "${name}" timed out`
233233
)
234234
)
235235
}, acquireTimeout)

0 commit comments

Comments
 (0)