Skip to content

Commit f4a8737

Browse files
authored
Fix Incomplete Sentence in Batching Documentation, closes #1234 (#1235)
1 parent e5100f2 commit f4a8737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/src/content/docs/docs/batching.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ In this configuration:
503503

504504
### Defining Queries
505505

506-
Now that we've set up our resolvers, we're ready to tie all the pieces together to define our This step will enable us to perform data operations effectively within our application.
506+
Now that we've set up our resolvers, we're ready to tie all the pieces together to define our queries. This step will enable us to perform data operations effectively within our application.
507507

508508
```ts twoslash collapse={7-25,31-59,65-136}
509509
import { Effect, Request, RequestResolver, Data } from "effect"

0 commit comments

Comments
 (0)