We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c98271 commit 90e37d5Copy full SHA for 90e37d5
packages/idempotency/src/persistence/CachePersistenceLayer.ts
@@ -17,7 +17,7 @@ import { BasePersistenceLayer } from './BasePersistenceLayer.js';
17
import { IdempotencyRecord } from './IdempotencyRecord.js';
18
19
/**
20
- * Valey- and Redis OOS-compatible persistence layer for idempotency records.
+ * Valkey and Redis OOS-compatible persistence layer for idempotency records.
21
*
22
* This class uses a cache client to write and read idempotency records. It supports any client that
23
* implements the {@link CacheClient | `CacheClient`} interface.
0 commit comments