From d67f8fb778533ac450c6764c09862588f49da126 Mon Sep 17 00:00:00 2001 From: Richard Moore Date: Mon, 4 Oct 2021 10:52:34 -0400 Subject: [PATCH] docs: fixed capitalization of MetaMask (#2033). --- docs.wrm/config.js | 2 +- docs.wrm/getting-started.wrm | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs.wrm/config.js b/docs.wrm/config.js index bff1bac06..0a9c55620 100644 --- a/docs.wrm/config.js +++ b/docs.wrm/config.js @@ -237,7 +237,7 @@ module.exports = { "link-infura": { name: "INFURA", url: "https:/\/infura.io" }, "link-javascriptcore": { name: "JavaScriptCore", url: "https:/\/developer.apple.com/documentation/javascriptcore?language=objc" }, "link-ledger": "https:/\/www.ledger.com", - "link-metamask": { name: "Metamask", url: "https:/\/metamask.io/" }, + "link-metamask": { name: "MetaMask", url: "https:/\/metamask.io/" }, "link-otto": "https:/\/github.com/robertkrimen/otto", "link-parity": { name: "Parity", url: "https:/\/www.parity.io" }, "link-pocket": { name: "Pocket Network", url: "https:/\/pokt.network" }, diff --git a/docs.wrm/getting-started.wrm b/docs.wrm/getting-started.wrm index 0ec12fdec..8201e19cf 100644 --- a/docs.wrm/getting-started.wrm +++ b/docs.wrm/getting-started.wrm @@ -73,7 +73,7 @@ $Contract: A Contract is an abstraction which represents a connection to a | **Contract** | $Contract | -_subsection: Connecting to Ethereum: Metamask @ +_subsection: Connecting to Ethereum: MetaMask @ The quickest and easiest way to experiment and begin developing on Ethereum is to use [[link-metamask]], which is a browser extension @@ -82,13 +82,13 @@ that provides: - A connection to the Ethereum network (a [[Provider]]) - Holds your private key and can sign things (a [[Signer]]) -_code: Connecting to Metamask @lang