diff --git a/client/src/pages/guide/english/blockchain/smart-contracts/index.md b/client/src/pages/guide/english/blockchain/smart-contracts/index.md index cbf281ac63..65243bdfcd 100644 --- a/client/src/pages/guide/english/blockchain/smart-contracts/index.md +++ b/client/src/pages/guide/english/blockchain/smart-contracts/index.md @@ -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