Skip to content

Commit 838cd81

Browse files
authored
Update src/content/docs/kv/api/read-key-value-pairs.mdx
1 parent eb4692d commit 838cd81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/kv/api/read-key-value-pairs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The `get()` method returns a promise you can `await` on to get the value. If the
5959
- Optional. The type of the value to be returned. `text` is the default.
6060
- `options`: `{
6161
cacheTtl?: number,
62-
type: "text" | "json" | "arrayBuffer" | "stream"
62+
type?: "text" | "json" | "arrayBuffer" | "stream"
6363
}`
6464
- Optional. Object containing the `cacheTtl` and `type` properties. The optional `cacheTtl` property defines the length of time in seconds that a KV result is cached in the global network location it is accessed from (minimum: 60). The `type` property defines the type of the value to be returned.
6565

0 commit comments

Comments
 (0)