Skip to content

Commit c11f4ed

Browse files
GoodDaisylutter
authored andcommitted
docs: fix typos
1 parent f2940f0 commit c11f4ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/sharding.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ connectivity by running `select count(*) from primary_public.chains;` and
4949
`select count(*) from shard_<name>_subgraphs.subgraph` --- the result of
5050
these queries doesn't matter, it only matters that they succeed.
5151

52-
With mutliple shards, `graph-node` will periodically copy some metadata from
52+
With multiple shards, `graph-node` will periodically copy some metadata from
5353
the primary to all the other shards. The metadata that gets copied is the
54-
metadata that is needed to repsond to queries as each query needs the
54+
metadata that is needed to respond to queries as each query needs the
5555
primary to find the shard that stores the subgraph's data. The copies of the
5656
metadata are used when the primary is down to ensure that queries can still
5757
be answered.

0 commit comments

Comments
 (0)