Skip to content

Commit 135878f

Browse files
authored
Merge pull request ethereum#1381 from Dimitrolito/fix/typos
Fix typos and improve documentation across several files
2 parents a1d36c2 + 1ce4956 commit 135878f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

cmd/clef/intapi_changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Additional labels for pre-release and build metadata are available as extensions
1414

1515
Added `clef_New` to the internal API callable from a UI.
1616

17-
> `New` creates a new password protected Account. The private key is protected with
17+
> `New` creates a new password-protected Account. The private key is protected with
1818
> the given password. Users are responsible to backup the private key that is stored
1919
> in the keystore location that was specified when this API was created.
2020
> This method is the same as New on the external API, the difference being that

docs/cli/server.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The ```bor server``` command runs the Bor client.
4040

4141
- ```eth.requiredblocks```: Comma separated block number-to-hash mappings to require for peering (<number>=<hash>)
4242

43-
- ```ethstats```: Reporting URL of a ethstats service (nodename:secret@host:port)
43+
- ```ethstats```: Reporting URL of an ethstats service (nodename:secret@host:port)
4444

4545
- ```gcmode```: Blockchain garbage collection mode ("full", "archive") (default: full)
4646

@@ -148,7 +148,7 @@ The ```bor server``` command runs the Bor client.
148148

149149
- ```graphql```: Enable GraphQL on the HTTP-RPC server. Note that GraphQL can only be started if an HTTP server is started as well. (default: false)
150150

151-
- ```graphql.corsdomain```: Comma separated list of domains from which to accept cross origin requests (browser enforced) (default: localhost)
151+
- ```graphql.corsdomain```: Comma separated list of domains from which to accept cross-origin requests (browser enforced) (default: localhost)
152152

153153
- ```graphql.vhosts```: Comma separated list of virtual hostnames from which to accept requests (server enforced). Accepts '*' wildcard. (default: localhost)
154154

@@ -158,7 +158,7 @@ The ```bor server``` command runs the Bor client.
158158

159159
- ```http.api```: API's offered over the HTTP-RPC interface (default: eth,net,web3,txpool,bor)
160160

161-
- ```http.corsdomain```: Comma separated list of domains from which to accept cross origin requests (browser enforced) (default: localhost)
161+
- ```http.corsdomain```: Comma separated list of domains from which to accept cross-origin requests (browser enforced) (default: localhost)
162162

163163
- ```http.ep-requesttimeout```: Request Timeout for rpc execution pool for HTTP requests (default: 0s)
164164

@@ -310,4 +310,4 @@ The ```bor server``` command runs the Bor client.
310310

311311
- ```txpool.pricelimit```: Minimum gas price limit to enforce for acceptance into the pool (default: 25000000000)
312312

313-
- ```txpool.rejournal```: Time interval to regenerate the local transaction journal (default: 1h0m0s)
313+
- ```txpool.rejournal```: Time interval to regenerate the local transaction journal (default: 1h0m0s)

p2p/simulations/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ the expectation and what network events were emitted during the step run.
116116

117117
## HTTP API
118118

119-
The simulation framework includes a HTTP API that can be used to control the
119+
The simulation framework includes an HTTP API that can be used to control the
120120
simulation.
121121

122122
The API is initialised with a particular node adapter and has the following

0 commit comments

Comments
 (0)