Skip to content

Commit 2643f8a

Browse files
jmwskiFeiyang1
andauthored
Update packages/database/src/core/Repo.ts
Co-authored-by: Feiyang <[email protected]>
1 parent 008e6fb commit 2643f8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/database/src/core/Repo.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ export class Repo {
315315
* error.
316316
*
317317
* In case (2), `getValue` will trigger a time-limited connection
318-
* attempt. If the client is unable to connect to the server, the
318+
* attempt. If the client is unable to connect to the server, it
319319
* will surface an "offline" error because there cannot be any
320320
* cached data. On the other hand, if the client is able to connect,
321321
* `getValue` will return the server's value for the query, if one

0 commit comments

Comments
 (0)