Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
esoubiran-aneo committed Dec 14, 2022
1 parent 6b093e7 commit 8272904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Protos/V1/partitions_common.proto
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ message ListPartitionsRequest {
* Use pagination, filtering and sorting from the request.
* Retunr a list of raw partitions.
*/
message ListpartitionsResponse {
message ListPartitionsResponse {
repeated PartitionRaw partitions = 1; /** The list of raw partitions. */

int32 page = 2; /** The page number. Start at 0. */
Expand Down

0 comments on commit 8272904

Please sign in to comment.