Skip to content

Commit 5da6f57

Browse files
nipunn1313bqrkhn
authored andcommitted
convex-backend PR 81: Fix docs: Add missing words in understanding page (#36840)
Was going through the docs and found minor issue. The sentence did not any make sense. This PR fixes that. ---- By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. Co-authored-by: baqirkhan <baqirkhan00@gmail.com> GitOrigin-RevId: 8688edbaf4b21facb4a25ac009beb45a715ed11c
1 parent 28f6fcd commit 5da6f57

File tree

1 file changed

+2
-2
lines changed
  • npm-packages/docs/docs/understanding

1 file changed

+2
-2
lines changed

npm-packages/docs/docs/understanding/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ connection setup or cluster management.
3636
needed.
3737
</Admonition>
3838

39-
The Convex database is reactive. Whenever any data a query depends on changes,
40-
the query is rerun, and client subscriptions are updated.
39+
The Convex database is reactive. Whenever any data on which a query depends
40+
changes, the query is rerun, and client subscriptions are updated.
4141

4242
Convex is a "document-relational" database. "Document" means you put JSON-like
4343
nested objects into your database. "Relational" means you have tables with

0 commit comments

Comments
 (0)