From 7d3784e74ae6c730c2d25e7e7e857ea6e799e504 Mon Sep 17 00:00:00 2001
From: Mike Justman <QuickBASIC@users.noreply.github.com>
Date: Tue, 26 Sep 2017 13:53:39 -0400
Subject: [PATCH] Update denominations.md

* grammar fix
---
 resources/moneropedia/denominations.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/resources/moneropedia/denominations.md b/resources/moneropedia/denominations.md
index 15f01be9..d9fef823 100644
--- a/resources/moneropedia/denominations.md
+++ b/resources/moneropedia/denominations.md
@@ -2,12 +2,12 @@
 layout: moneropedia
 entry: "Denominations"
 terms: ["denominations", "subunits", "tacoshi", "piconero", "nanonero", "micronero", "millinero", "centinero", "decinero","decanero","hectonero","kilonero","meganero","giganero"]
-summary: "A denomination is a proper description of a currency amount. It is often times a sub-unit of the currency. For example, traditionally a cent is 1/100th of a a particular unit of currency.)"
+summary: "A denomination is a proper description of a currency amount. It is oftentimes a sub-unit of the currency. For example, traditionally a cent is 1/100th of a a particular unit of currency.)"
 ---
 
 ### The Basics
 
-A denomination is a proper description of a currency amount. It is often times a sub-unit of the currency (for example, traditionally a cent is 1/100th of a a unit of currency). Monero denomination names add SI prefixes after dropping the initial "mo" for ease of use. The smallest unit of Monero is 1 piconero (0.000000000001 XMR).
+A denomination is a proper description of a currency amount. It is oftentimes a sub-unit of the currency (for example, traditionally a cent is 1/100th of a a unit of currency). Monero denomination names add SI prefixes after dropping the initial "mo" for ease of use. The smallest unit of Monero is 1 piconero (0.000000000001 XMR).
 
 ### Denominations of Monero
 
@@ -31,6 +31,6 @@ A denomination is a proper description of a currency amount. It is often times a
 
 ### In-depth Information
 
-Support for input using atomic units was [added to the Monero codebase](https://github.com/monero-project/monero/pull/1826) on March 3, 2017 by [Moneromoo](https://github.com/moneromooo-monero). The smallest unit of monero (10^-12 XMR) was originally called a tacoshi in honor of user [Tacotime](https://bitcointalk.org/index.php?action=profile;u=19270), an early Monero contributor and was later renamed for ease of use and consistancy.
+Support for input using SI prefixes was [added to the Monero codebase](https://github.com/monero-project/monero/pull/1826) on March 3, 2017 by [Moneromoo](https://github.com/moneromooo-monero). The smallest unit of monero (10^-12 XMR) was originally called a tacoshi in honor of user [Tacotime](https://bitcointalk.org/index.php?action=profile;u=19270), an early Monero contributor and was later renamed for ease of use and consistancy.
 
 {{ page.summary | capitalize }}.
-- 
GitLab