Fix: typos (#1822)

* Fix: typos

Fix: typos

* Fix: typos

Fix: typos

* Fix: typo

Fix: typo

* Fix: typos

Fix: typos

* Fix: typos

Fix: typos
This commit is contained in:
omahs
2023-01-27 12:21:40 +01:00
committed by Bastian Köcher
parent f0c3cf4ca5
commit a417c707d6
5 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ finality delivery transaction to the target node.
The main entrypoint for the crate is the [`run` function](./src/parachains_loop.rs), which takes source and target
clients and [`ParachainSyncParams`](./src/parachains_loop.rs) parameters. The most imporant parameter is the
`parachains` - it it the set of parachains, which relay tracks and updates. The other important parameter that
`parachains` - it is the set of parachains, which relay tracks and updates. The other important parameter that
may affect the relay operational costs is the `strategy`. If it is set to `Any`, then the finality delivery
transaction is submitted if at least one of tracked parachain heads is updated. The other option is `All`. Then
the relay waits until all tracked parachain heads are updated and submits them all in a single finality delivery