diff --git a/content/docs/developers/geth-developer/dns-discovery-setup.md b/content/docs/developers/geth-developer/dns-discovery-setup.md index 715838eea8..d13a4bf8cf 100644 --- a/content/docs/developers/geth-developer/dns-discovery-setup.md +++ b/content/docs/developers/geth-developer/dns-discovery-setup.md @@ -5,16 +5,16 @@ sort_key: C This document explains how to set up an [EIP 1459][dns-eip] node list using the devp2p developer tool. The focus of this guide is creating a public list for the Ethereum mainnet -and public testnets, but you may also find this helpful if you want to set up DNS-based -discovery for a private network. +and public testnets, but it may also be helpful for setting up DNS-based discovery for a +private network. DNS-based node lists can serve as a fallback option when connectivity to the discovery DHT -is unavailable. In this guide, we'll create node lists by crawling the discovery DHT, then +is unavailable. In this guide, node lists will be created by crawling the discovery DHT, then publishing the resulting node sets under chosen DNS names. ### Installing the devp2p command -cmd/devp2p is a developer utility and is not included in the Geth distribution. You can +`cmd/devp2p` is a developer utility and is not included in the Geth distribution. You can install this command using `go get`: ```shell diff --git a/content/docs/tools/abigen/index.md b/content/docs/tools/abigen/index.md index 494597f862..d6a6017ace 100644 --- a/content/docs/tools/abigen/index.md +++ b/content/docs/tools/abigen/index.md @@ -3,7 +3,7 @@ title: Abigen root: .. --- -Abigen is a binfing-generator for easily interacting with Ethereum using Go. +Abigen is a binding-generator for easily interacting with Ethereum using Go. Abigen creates easy-to-use, type-safe Go packages from Ethereum smart contract definitions known as ABIs. This abstracts away a lot of the complexity of handling smart contract deployment and interaction in Go native applications such as encoding and decoding smart contracts into