Skip to content

Commit 6ee1a5f

Browse files
committed
docs: Fixed some grammar in getting-started (#4486, #4487, #4488)
1 parent 98910ba commit 6ee1a5f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs.wrm/getting-started.wrm

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ _code: @lang<script>
129129

130130
// If MetaMask is not installed, we use the default provider,
131131
// which is backed by a variety of third-party services (such
132-
// as INFURA). They do not have private keys installed so are
133-
// only have read-only access
132+
// as INFURA). They do not have private keys installed,
133+
// so they only have read-only access
134134
console.log("MetaMask not installed; using read-only defaults")
135135
provider = ethers.getDefaultProvider()
136136

@@ -156,7 +156,7 @@ you can use the [[JsonRpcProvider]] directly, which communicates
156156
using the [[link-jsonrpc]] protocol.
157157

158158
When using your own Ethereum node or a developer-base blockchain,
159-
such as Hardhat or Ganache, you can get access the accounts with
159+
such as Hardhat or Ganache, you can get access to the accounts with
160160
[[JsonRpcProvider-getSigner]].
161161

162162
_code: connecting to a JSON-RPC URL @lang<script>
@@ -177,7 +177,7 @@ results when performing mathematic operations.
177177

178178
As a result, the internal units used (e.g. wei) which are suited for
179179
machine-readable purposes and maths are often very large and not
180-
terribly human-readable.
180+
easily human-readable.
181181

182182
For example, imagine dealing with dollars and cents; you would show
183183
values like ``"$2.56"``. In the blockchain world, we would keep all

0 commit comments

Comments
 (0)