Skip to content

Commit

Permalink
Further review
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Chinchilla committed Jul 14, 2020
1 parent 0940944 commit c443a8b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs.wrm/api/providers/index.wrm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cover the vast majority of use-cases, but also includes the
necessary functions and classes for sub-classing if a more
custom configuration is necessary.

Most users should be able to simply use the [[providers-getDefaultProvider]].
Most users should use the [[providers-getDefaultProvider]].


_subsection: Default Provider @<providers-getDefaultProvider>
Expand Down
2 changes: 1 addition & 1 deletion docs.wrm/api/providers/jsonrpc-provider.wrm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
_section: JsonRpcProvider @<JsonRpcProvider> @INHERIT<[[Provider]]> @SRC<providers:class.JsonRpcProvider>

The [JSON-RPC API](link-jsonrpc) is a very popular method for interacting
The [JSON-RPC API](link-jsonrpc) is a popular method for interacting
with Ethereum and is available in all major Ethereum node implementations
(e.g. [[link-geth]] and [[link-parity]]) as well as many
third-party web services (e.g. [[link-infura]])
Expand Down
1 change: 1 addition & 0 deletions docs/v5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Developer Documentation
* [Importing](getting-started)
* [Common Terminology](getting-started)
* [Connecting to Ethereum: Metamask](getting-started)
* [Connecting to Ethereum: RPC](getting-started)
* [Contracts](getting-started)
* [Signing Messages](getting-started)
* [Ethereum Basics](concepts)
Expand Down

0 comments on commit c443a8b

Please sign in to comment.