Skip to content

Commit

Permalink
fix(docs): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tien committed Jun 12, 2024
1 parent fd9159e commit b606930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/docs/getting-started/query.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const Query = () => {

## Conditional query

Use a falsy value (`undefined`, `null` or `false`) to conditionally fetch data. If the query builder returns or it self is a falsy value, Reactive DOT will not execute the query.
Use a falsy value (`undefined`, `null` or `false`) to conditionally fetch data. If the query builder returns or itself is a falsy value, Reactive DOT will not execute the query.

```ts
const conditionalReturn = useQuery((builder) =>
Expand Down

0 comments on commit b606930

Please sign in to comment.