From 5946d0953fcc1f71593f0a2cbe2d8283798bfba7 Mon Sep 17 00:00:00 2001 From: Bodddi <40068557+Bodddi@users.noreply.github.com> Date: Sun, 2 Dec 2018 19:29:40 +0200 Subject: [PATCH] Little grammar fix (#24657) --- guide/english/blockchain/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/blockchain/index.md b/guide/english/blockchain/index.md index 87c11856a9..22f97de5a9 100644 --- a/guide/english/blockchain/index.md +++ b/guide/english/blockchain/index.md @@ -13,7 +13,7 @@ A blockchain is built out of a combination of two different “hash-based data s Even though blockchain can be applied to a big range of problems, it is not the solution to everything. This technology is usually used to solve problems where the parties don't trust each other. -A third party is usually needed to validate trust relationships. In the most common example, which is the banking system, a trusted authority is needed, such as a bank, to intermediate transactions, manage accounts, verify balances, and validate transfers. Blockchain then, comes in this case to replace the regulatory authority. In the case of cryptocurrencies, it replaces the figure of the bank, doing all the validations and guaranteeing the security and veracity in the transactions. +A third party is usually needed to validate trust relationships. In the most common example, which is the banking system, a trusted authority is needed, such as a bank, to intermediate transactions, manage accounts, verify balances, and validate transfers. Blockchain then, comes in this case to replace the regulatory authority. In the case of cryptocurrencies, it replaces the figure of the bank, doing all the validations and guaranteeing the security and veracity of the transactions. For this reason Blockchain is also known as **"The Trust Protocol"**.