From eb960d8971c1111e8dac052e6398c5f5f0a7f1be Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Thu, 26 Jan 2023 11:32:36 +0100 Subject: [PATCH] Fix: typos Fix: typos --- "docs/\360\237\222\241 Learning-Guide/Advanced.md" | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git "a/docs/\360\237\222\241 Learning-Guide/Advanced.md" "b/docs/\360\237\222\241 Learning-Guide/Advanced.md" index 3de1db6..52f440c 100644 --- "a/docs/\360\237\222\241 Learning-Guide/Advanced.md" +++ "b/docs/\360\237\222\241 Learning-Guide/Advanced.md" @@ -1,7 +1,7 @@ # Advanced ## Understanding Blockchain in a bit higher level than the beginner -An opinionated learning path for getting into speed with Blockchain (specially Ethereum). +An opinionated learning path for getting into speed with Blockchain (especially Ethereum). ## Pre-requisites Besides a programming background, this path assumes that the reader is at least a little comfortable with: @@ -9,7 +9,7 @@ Besides a programming background, this path assumes that the reader is at least - Watch [Public Key Cryptography](https://www.youtube.com/watch?v=GSIDS_lvRv4). (Est. time: 7 minutes) - Digital signatures - Read [Cryptography Digital - Signitures.](https://www.tutorialspoint.com/cryptography/cryptography_digital_signatures.htm) (Est. time: 10 minutes) + Signatures.](https://www.tutorialspoint.com/cryptography/cryptography_digital_signatures.htm) (Est. time: 10 minutes) - Watch [What are Digital Signatures and How Do They Work?](https://www.youtube.com/watch?v=JR4_RBb8A9Q) (Est. time: 3 minutes) - Cryptographic hashing - Watch [What is Hashing on the Blockchain?](https://www.youtube.com/watch?v=IGSB9zoSx70) (Est. time: 5 minutes) @@ -74,7 +74,7 @@ Besides a programming background, this path assumes that the reader is at least [eth-cli](https://github.com/protofire/eth-cli) - CLI tools.,
[Remix](https://remix.ethereum.org/) - Online realtime compiler and runtime.
-[Metamask](https://metamask.io/) - You can use it as a extension in your browser.
+[Metamask](https://metamask.io/) - You can use it as an extension in your browser.
### Audit