Skip to content

Commit 53d1c15

Browse files
committed
Acrolinx
1 parent cb4369e commit 53d1c15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/postgresql/hyperscale/quickstart-run-queries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ SELECT count(*) FROM github_users;
4343

4444
Recall that `github_users` is a distributed table, meaning its data is divided
4545
between multiple shards. Hyperscale (Citus) automatically runs the count on all
46-
shards in parallel, and combines the results. To see this in action, let's
46+
shards in parallel, and combines the results. To see it in action, let's
4747
temporarily enable remote logging and look at the queries running on shards.
4848

4949
```sql

0 commit comments

Comments
 (0)