Skip to content

Commit 90e37d5

Browse files
Update packages/idempotency/src/persistence/CachePersistenceLayer.ts
Co-authored-by: Leandro Damascena <[email protected]>
1 parent 6c98271 commit 90e37d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/idempotency/src/persistence/CachePersistenceLayer.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { BasePersistenceLayer } from './BasePersistenceLayer.js';
1717
import { IdempotencyRecord } from './IdempotencyRecord.js';
1818

1919
/**
20-
* Valey- and Redis OOS-compatible persistence layer for idempotency records.
20+
* Valkey and Redis OOS-compatible persistence layer for idempotency records.
2121
*
2222
* This class uses a cache client to write and read idempotency records. It supports any client that
2323
* implements the {@link CacheClient | `CacheClient`} interface.

0 commit comments

Comments
 (0)