From 980466e44b6428ad4bd86b05528c67f7c1538d26 Mon Sep 17 00:00:00 2001
From: Leon Klingele <git@leonklingele.de>
Date: Tue, 7 Nov 2017 01:53:14 +0100
Subject: [PATCH] Remove duplicate 'the'

---
 resources/moneropedia/change.md               | 2 +-
 resources/user-guides/importing_blockchain.md | 2 +-
 resources/user-guides/website-merchants.md    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/resources/moneropedia/change.md b/resources/moneropedia/change.md
index 08163292..066cfa6a 100644
--- a/resources/moneropedia/change.md
+++ b/resources/moneropedia/change.md
@@ -11,6 +11,6 @@ summary: "Monero sent as part of a transaction, that returns to your account ins
 
 ### More Information
 
-The @wallet in the the Monero software makes change automatically, but when you send a transaction, you are taking an @input that you control and telling the Monero network what to do with it. The @input is a "deposit" to your account that you are able to spend. @Outputs are the part of the transaction that tells the Monero network where to send the funds.
+The @wallet in the Monero software makes change automatically, but when you send a transaction, you are taking an @input that you control and telling the Monero network what to do with it. The @input is a "deposit" to your account that you are able to spend. @Outputs are the part of the transaction that tells the Monero network where to send the funds.
 
 You might have multiple inputs in your account, in many different denominations (For example: you deposited 0.5 XMR on Friday, and 0.75 XMR on Saturday). So, when have a transaction with an input of 0.5 XMR, but you only want to send 0.1 XMR, your transaction will include a @fee to pay the @miner, an output for 0.1 XMR to send to the recipient, and the rest that you want to send back to yourself will be an output back to you (this is called "change"). Once the transaction is completed, the change becomes available to you as an input that you can again split and send with a new transaction.
diff --git a/resources/user-guides/importing_blockchain.md b/resources/user-guides/importing_blockchain.md
index 3396a690..8d7c1a7a 100644
--- a/resources/user-guides/importing_blockchain.md
+++ b/resources/user-guides/importing_blockchain.md
@@ -55,7 +55,7 @@ If you downloaded the Blockchain from a trusted, reputable source you may set `v
 
 ### Step 7
 
-After the the Blockchain has finished syncing up you can open your Monero wallet normally. Your downloaded blockchain.raw can be deleted. 
+After the Blockchain has finished syncing up you can open your Monero wallet normally. Your downloaded blockchain.raw can be deleted. 
 
 
 Author: Kee Jefferys
\ No newline at end of file
diff --git a/resources/user-guides/website-merchants.md b/resources/user-guides/website-merchants.md
index cdc4497a..b7056ae0 100644
--- a/resources/user-guides/website-merchants.md
+++ b/resources/user-guides/website-merchants.md
@@ -16,7 +16,7 @@ Find the category that best describes your business/service and copy the code be
 and paste it in the correct category under the `merchants:` section.
 
 Fill in the data as follows:
-* `name:` The name of the the business/service.
+* `name:` The name of the business/service.
 * `url:` The external url of the business/service. This link must have http:// (or https://) at the beginning if it is an external link.
 
 **Make sure the indentation is EXACTLY the same as the other proposals in the area. If it's not the jekyll build WILL fail.**
-- 
GitLab