From 0dc658d379ae1f831a4dd15e62b18a6d97b06481 Mon Sep 17 00:00:00 2001 From: bader y Date: Wed, 4 Sep 2024 12:44:37 -0400 Subject: [PATCH] Update polkadot-protocol/introduction/glossary.md Co-authored-by: Erin Shaben --- polkadot-protocol/introduction/glossary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polkadot-protocol/introduction/glossary.md b/polkadot-protocol/introduction/glossary.md index ce86df105..81e634d21 100644 --- a/polkadot-protocol/introduction/glossary.md +++ b/polkadot-protocol/introduction/glossary.md @@ -318,7 +318,7 @@ Account address: 5Eg2fntREKHYGgoxvRPxtnEYiUadHjdsfNaPsHdmrsJMVugs The SS58 address format is a public key address based on the Bitcoin [`Base-58-check`](https://en.bitcoin.it/wiki/Base58Check_encoding) encoding. Each Substrate SS58 address uses a `base-58` encoded value to identify a specific account on a specific Substrate-based chain. These are represented by a `base-58` encoded value to identify a specific account on a specific Substrate chain. -The [canonical `ss58-registry`](https://github.com/paritytech/ss58-registry) provide additional details about the address format used by different Substrate-based chains, including the network prefix and website used for different networks. +The [canonical `ss58-registry`](https://github.com/paritytech/ss58-registry) provides additional details about the address format used by different Substrate-based chains, including the network prefix and website used for different networks. ## State Transition Function (STF)