graphql, node, rpc: fix typos in comments (#20824)

This commit is contained in:
rene
2020-03-27 13:52:53 +01:00
committed by GitHub
parent d3c1e654f0
commit d7851e6359
5 changed files with 8 additions and 9 deletions

View File

@ -35,7 +35,7 @@ type Service struct {
cors []string // Allowed CORS domains
vhosts []string // Recognised vhosts
timeouts rpc.HTTPTimeouts // Timeout settings for HTTP requests.
backend ethapi.Backend // The backend that queries will operate onn.
backend ethapi.Backend // The backend that queries will operate on.
handler http.Handler // The `http.Handler` used to answer queries.
listener net.Listener // The listening socket.
}