chore: spellchecker fixes (#1130)

This commit is contained in:
Chevdor
2021-09-10 10:17:14 +02:00
committed by Bastian Köcher
parent b9bd14562b
commit 3295b0c388
4 changed files with 4 additions and 4 deletions
@@ -299,7 +299,7 @@ fn prepare_dummy_messages_delivery_proof<SC: Chain, TC: Chain>() -> SubstrateMes
///
/// This function assumes that the chain that is followed by the `self_client` has
/// bridge GRANDPA pallet deployed and it provides `best_finalized_header_id_method_name`
/// runtime API to read best finalized Bridged chain header.
/// runtime API to read the best finalized Bridged chain header.
pub async fn read_client_state<SelfChain, BridgedHeaderHash, BridgedHeaderNumber>(
self_client: &Client<SelfChain>,
best_finalized_header_id_method_name: &str,