Skip to content

Commit bf78a4d

Browse files
thomasgauvinOxyjun
andauthored
Update src/content/docs/kv/api/read-key-value-pairs.mdx
Co-authored-by: Jun Lee <[email protected]>
1 parent db74104 commit bf78a4d

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
@@ -56,7 +56,7 @@ The `get()` method returns a promise you can `await` on to get the value. If the
5656
- `key`: `string`
5757
- The key of the KV pair.
5858
- `type`: `"text" | "json" | "arrayBuffer" | "stream"`
59-
- Optional. The type of the value to be returned. `string` is the default.
59+
- Optional. The type of the value to be returned. `text` is the default.
6060
- `options`: `{
6161
cacheTtl: number,
6262
type: "text" | "json" | "arrayBuffer" | "stream"

0 commit comments

Comments
 (0)