Skip to content

Commit d4de78d

Browse files
[autofix.ci] apply automated fixes
1 parent 7457682 commit d4de78d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pages/core/entrypoints/query.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ import { Callout } from "nextra/components";
66

77
# Query
88

9-
In the previous section we talked about the [`execute`](execute) endpoint. The `query` endpoint is actually
10-
pretty similar to its sibling `execute`, but with one key difference: The storage is only accessible
11-
immutably.
9+
In the previous section we talked about the [`execute`](execute) endpoint. The `query` endpoint is
10+
actually pretty similar to its sibling `execute`, but with one key difference: The storage is only
11+
accessible immutably.
1212

1313
This means you can only _read_ from the storage but not _write_ to it.
1414

0 commit comments

Comments
 (0)