Skip to content

Commit a9697b6

Browse files
authored
fix: small typo/grammar issue
1 parent 8d0f7e1 commit a9697b6

File tree

1 file changed

+1
-1
lines changed
  • src/content/developers/docs/consensus-mechanisms/pos/keys

1 file changed

+1
-1
lines changed

src/content/developers/docs/consensus-mechanisms/pos/keys/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: An explanation of keys used in Ethereum's proof-of-stake consensus
44
lang: en
55
---
66

7-
Ethereum secures user's assets using public-private key cryptography. The public key is used as the basis for an Ethereum address—that is, it is visible to the general public and used as a unique identifier. The private (or 'secret') key should only ever be accessible to an account owner. The private key is used to 'sign' transactions and data so that cryptography can prove that the holder approves some action of a specific private key.
7+
Ethereum secures user assets using public-private key cryptography. The public key is used as the basis for an Ethereum address—that is, it is visible to the general public and used as a unique identifier. The private (or 'secret') key should only ever be accessible to an account owner. The private key is used to 'sign' transactions and data so that cryptography can prove that the holder approves some action of a specific private key.
88

99
Ethereum's keys are generated using [elliptic-curve cryptography](https://en.wikipedia.org/wiki/Elliptic-curve_cryptography).
1010

0 commit comments

Comments
 (0)