We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 008e6fb commit 2643f8aCopy full SHA for 2643f8a
packages/database/src/core/Repo.ts
@@ -315,7 +315,7 @@ export class Repo {
315
* error.
316
*
317
* In case (2), `getValue` will trigger a time-limited connection
318
- * attempt. If the client is unable to connect to the server, the
+ * attempt. If the client is unable to connect to the server, it
319
* will surface an "offline" error because there cannot be any
320
* cached data. On the other hand, if the client is able to connect,
321
* `getValue` will return the server's value for the query, if one
0 commit comments