Skip to content

Commit d5b690f

Browse files
OxyjunGregBrimble
andauthored
Apply suggestions from code review
Co-authored-by: Greg Brimble <[email protected]>
1 parent 8011880 commit d5b690f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ To get the value for a given key, call the `get()` method on any KV namespace yo
4747

4848
```js
4949
env.NAMESPACE.get(key, type?);
50-
//OR
50+
// OR
5151
env.NAMESPACE.get(key, options?);
5252
```
5353
@@ -82,7 +82,7 @@ To get the value for a given key along with its metadata, call the `getWithMetad
8282
8383
```js
8484
env.NAMESPACE.getWithMetadata(key, type?);
85-
//OR
85+
// OR
8686
env.NAMESPACE.getWithMetadata(key, options?);
8787
```
8888

0 commit comments

Comments
 (0)