fix: Fix typos for incorrect spelling of Ethereum

pull/18551/merge
Kaan Aydogan 2018-10-14 21:21:50 -04:00 committed by Randell Dawson
parent 0944679521
commit 5f566b20ae
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ title: Smart Contracts
## Smart Contracts
Transactions in a blockchain are a very basic contract - One party sends resources to another.
In the Etherium blockchain transactions can support any kind of logic. They have the expressive
In the Ethereum blockchain, transactions can support any kind of logic. They have the expressive
power of a Turing-Complete machine - meaning they can be steps for a task that a computer can do.
As a piece of code that sits on the blockchain, a smart contract can automate tasks.
@ -14,6 +14,6 @@ This is entirely transparent so all the nodes(miners) can see what logic is bein
## Blockchain Technologies
Two of the most common technologies used are :
- Etherium
- Ethereum
- Hyperledger