Skip to content

Commit

Permalink
docs: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
GoodDaisy authored and lutter committed Jan 10, 2024
1 parent f2940f0 commit c11f4ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/sharding.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ connectivity by running `select count(*) from primary_public.chains;` and
`select count(*) from shard_<name>_subgraphs.subgraph` --- the result of
these queries doesn't matter, it only matters that they succeed.

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

0 comments on commit c11f4ed

Please sign in to comment.