From 5f566b20aeae3030eec9d6a14016ed71c85dac3d Mon Sep 17 00:00:00 2001 From: Kaan Aydogan Date: Sun, 14 Oct 2018 21:21:50 -0400 Subject: [PATCH] fix: Fix typos for incorrect spelling of Ethereum --- .../pages/guide/english/blockchain/smart-contracts/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 cbf281ac63f..65243bdfcd7 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