From 3304a2f128a9792f5295b042a6117f66f3a316e5 Mon Sep 17 00:00:00 2001
From: erciccione <erciccione@protonmail.com>
Date: Fri, 5 Feb 2021 16:42:05 +0000
Subject: [PATCH] dev guides: make 'g' in 'go' uppercase

---
 _i18n/en.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_i18n/en.yml b/_i18n/en.yml
index 09463c63..045442c2 100644
--- a/_i18n/en.yml
+++ b/_i18n/en.yml
@@ -540,7 +540,7 @@ developer-guides:
   monero-java: A Java library for using Monero.
   monero-cpp: A C++ library for using Monero.
   vanity-monero: Generate vanity address for CryptoNote currency (Monero etc.).
-  go-monero-rpc-client: A go client for the Monero wallet and daemon RPC.
+  go-monero-rpc-client: A Go client for the Monero wallet and daemon RPC.
   monero-rs: Library with support for (de)serialization on block data structures and key/address generation and scanning related to Monero cryptocurrency.
   csharp-monero: A wallet and daemon client to interface with Monero's JSON-RPC API, built on .netstandard2.1