diff --git a/resources/moneropedia/clearnet.md b/resources/moneropedia/clearnet.md
index 9200e69a48b0447cad2ba21cbbc085e5cc7af0ab..1ac9ec1968aa347db4e6aae2810755a8cb84eb32 100644
--- a/resources/moneropedia/clearnet.md
+++ b/resources/moneropedia/clearnet.md
@@ -3,12 +3,12 @@ layout: moneropedia
 entry: "Clearnet"
 tags: ["kovri"]
 terms: ["Clearnet"]
-summary: "The internet in which anonymous overlay networks are built upon"
+summary: "The Internet in which anonymous overlay networks are built upon"
 ---
 
 ### The Basics
 
-When you use the internet for things like news, email, social media, and even Monero, you are most likely using a clearnet connection. This means that *all* of your connections can be tracked, traced, and monitored by:
+When you use the Internet for things like news, email, social media, and even Monero, you are most likely using a clearnet connection. This means that *all* of your connections can be tracked, traced, and monitored by:
 
 - your [ISP](https://en.wikipedia.org/wiki/ISP)
 - the website/service/person you're communicating with
diff --git a/resources/moneropedia/garlic-routing.md b/resources/moneropedia/garlic-routing.md
index 55cd2122f0393c9a1b0d3e8559e7a709be21e5d6..a2afbacb6f142e6bdeaee4c6588fc703e7ecbf55 100644
--- a/resources/moneropedia/garlic-routing.md
+++ b/resources/moneropedia/garlic-routing.md
@@ -8,7 +8,7 @@ summary: "Routing technology as implemented in Kovri"
 
 ### The Basics
 
-The term *@garlic-routing* has a diverse history of varying interpretations. As it currently stands, Monero defines *@garlic-routing* as the method in which @Kovri and @I2P create a @message-based anonymous overlay network of internet peers.
+The term *@garlic-routing* has a diverse history of varying interpretations. As it currently stands, Monero defines *@garlic-routing* as the method in which @Kovri and @I2P create a @message-based anonymous overlay network of Internet peers.
 
 The @Garlic-Encryption of @Garlic-Routing is similar to the @Layered-Encryption of [Onion Routing](https://en.wikipedia.org/wiki/Onion_routing) and effectively conceals the IP address of the sender and secures information sent from the sender to its @destination (and vice-versa).
 
diff --git a/resources/moneropedia/mnemonicseed.md b/resources/moneropedia/mnemonicseed.md
index 608f8d8bd28fc88dbdf27cc667856d95536f5506..4a1d80984e0b9b2a2d48272c04017f5193494c7e 100644
--- a/resources/moneropedia/mnemonicseed.md
+++ b/resources/moneropedia/mnemonicseed.md
@@ -15,6 +15,6 @@ In the official wallet, the mnemonic seed comprises 25 words with the last word
 
 By storing the 25 word mnemonic key in a secure location, you have a backup of your private keys and hence all of your Moneroj.  Sharing this 25 word key is the equivalent of allowing another person complete access to your funds.  
 
-It's not a good idea to store more than you want to lose in a "hot wallet" aka a wallet which is currently or has ever been connected to the internet or loaded onto any device that has or may in the future be connected to the internet or any untrusted source!
+It's not a good idea to store more than you want to lose in a "hot wallet" aka a wallet which is currently or has ever been connected to the Internet or loaded onto any device that has or may in the future be connected to the Internet or any untrusted source!
 
 By creating a cold, or @paper-wallet you can safely store Moneroj.  
diff --git a/resources/moneropedia/subscription.md b/resources/moneropedia/subscription.md
index b7411df5bec058a8baae7346e610cfe1f307501f..77e81ff5a63b7c12827ec67ced08d823897c4c6d 100644
--- a/resources/moneropedia/subscription.md
+++ b/resources/moneropedia/subscription.md
@@ -12,7 +12,7 @@ A subscription is a file which contains a list of `.i2p` hosts paired with their
 
 ### In-depth information
 
-Similar to how a [hosts file](https://en.wikipedia.org/wiki/etc/hosts) can map an internet hostname to a specified address, a subscription matches a `.i2p` address to @base64-address by using the following format (no spaces allowed): `host=address`
+Similar to how a [hosts file](https://en.wikipedia.org/wiki/etc/hosts) can map an Internet hostname to a specified address, a subscription matches a `.i2p` address to @base64-address by using the following format (no spaces allowed): `host=address`
 
 More specifically, a subscription pairs a @locally-unique-host to @base64-address.
 
diff --git a/resources/moneropedia/wallet.md b/resources/moneropedia/wallet.md
index 759b018d3d36a750800687d1e14266927a77092f..1641a2de3541ae1695409ddd1a91d145397c6673 100644
--- a/resources/moneropedia/wallet.md
+++ b/resources/moneropedia/wallet.md
@@ -11,7 +11,7 @@ A Monero account, or wallet, stores the information necessary to send and receiv
 
 The term "hot wallet" describes a Monero @account which is connected to the Internet.  You can send funds easily but security is much lower than a cold wallet.  Never store large amounts of cryptocurrency in a hot wallet!
 
-A cold wallet is generated on a trusted device or computer via an @airgap.  If the device is to be reused, the data storage should be securely overwritten.  As soon as a cold wallet is connected to the internet or its mnemonic phrase or @spend-key is entered on an internet-connected device, it's no longer "cold" and should be considered "hot".
+A cold wallet is generated on a trusted device or computer via an @airgap.  If the device is to be reused, the data storage should be securely overwritten.  As soon as a cold wallet is connected to the Internet or its mnemonic phrase or @spend-key is entered on an Internet-connected device, it's no longer "cold" and should be considered "hot".
 
 A Monero @paper-wallet can be generated by downloading the source code of https://moneroaddress.org/.  Verify the signature of the code on a trusted airgapped device.  Create the wallet and print or store it on the media of your choice.