Skip to content
This repository was archived by the owner on Jan 31, 2025. It is now read-only.

Commit 96e7a82

Browse files
committed
Updates docs
1 parent aace90f commit 96e7a82

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

content/data-model/accounts.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ way towards making the blockchain data one extracts with a [Monitor](/data-model
9999
much more readable.
100100

101101
Unlike the blockchain data itself, which is globally available and impossible to censor, the
102-
association of names with address is not on chain (excepting ENS, which, while fine, is incomplete).
102+
association of names with addresses is not on chain (excepting ENS, which, while fine, is incomplete).
103103
TrueBlocks allows you to name addresses of interest to you and either share those names (through
104104
an on-chain mechanism) or keep them private if you so desire.
105105

content/data-model/chaindata.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ important, but being human beings we know that this is not true. TrueBlocks `art
330330
types of data with [chifra names](/chifra/accounts/#chifra-names) detailing the names for
331331
addresses, `-articulate` describing the Functions and Events of a transaction, and
332332
[chifra when](/chifra/chaindata/#chifra-when) describing dated blocks. Dated blocks assign a
333-
human-readable date to blocks given block numbers or timestamps and visa versa.
333+
human-readable date to blocks given block numbers or timestamps and vice versa.
334334

335335
The following commands produce and manage NamedBlocks:
336336

content/data-model/other.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ and Event signatures for a given smart contract. Along with [Names](/data-model/
3131
use of ABIs goes a very long way towards making your Ethereum data much more understandable.
3232

3333
Similar to names of addresses, ABI files are not available on-chain which means they must be
34-
acquired somewhere. Unfortunately, the Ethereum community has not yet understand that Etherscan
34+
acquired somewhere. Unfortunately, the Ethereum community has not yet understood that Etherscan
3535
is not a good place to store this very important information. For this reason, TrueBlocks uses
36-
Etherscan to acquire ABI files and therefor one needs to get an Etherscan API key to use this
36+
Etherscan to acquire ABI files and therefore one needs to get an Etherscan API key to use this
3737
function.
3838

3939
The following commands produce and manage Abis:
@@ -96,9 +96,9 @@ Functions consist of the following fields:
9696

9797
Parameters are a constituent part of a [Function or Event](/data-model/accounts/#function). The
9898
parameters of a function are each individual value passed into the function. Along with the
99-
function's name, the parameters types (once canonicalized) are used to create a function's four
99+
function's name, the parameter types (once canonicalized) are used to create a function's four
100100
byte signature (or an event's 32-byte signature). Parameters are important to TrueBlocks because
101-
we use them as part of the ABI decoding and the `--articulate` process to conver the blockchain's
101+
we use them as part of the ABI decoding and the `--articulate` process to convert the blockchain's
102102
bytes into human-readable text.
103103

104104
The following commands produce and manage Parameters:

0 commit comments

Comments
 (0)