Skip to content

Commit

Permalink
Correct spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
Arachnid committed Oct 18, 2018
1 parent 532ec8e commit c104779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethgraphql/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ func (b *Block) Logs(ctx context.Context, args struct{ Filter BlockFilterCriteri
return runFilter(ctx, b.backend, filter)
}

// Resolver is the top-level object in the GraphQL heirarchy.
// Resolver is the top-level object in the GraphQL hierarchy.
type Resolver struct {
backend *eth.EthAPIBackend
}
Expand Down

0 comments on commit c104779

Please sign in to comment.