We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 550dfbc commit d33fcfdCopy full SHA for d33fcfd
proto/feeds/v1beta1/query.proto
@@ -57,7 +57,7 @@ service Query {
57
option (google.api.http).get = "/feeds/v1beta1/delegators/{delegator}/signals";
58
}
59
60
- // SupportedFeeds is a RPC method that returns list of currect supported feeds
+ // SupportedFeeds is a RPC method that returns list of current supported feeds
61
rpc SupportedFeeds(QuerySupportedFeedsRequest) returns (QuerySupportedFeedsResponse) {
62
option (google.api.http).get = "/feeds/v1beta1/supported-feeds";
63
0 commit comments