diff --git a/stream/proto/stream.proto b/stream/proto/stream.proto index a031db0..b6b1827 100644 --- a/stream/proto/stream.proto +++ b/stream/proto/stream.proto @@ -30,7 +30,7 @@ message Channel { string last_active = 2; } -// SendMessage a message to the stream. +// Send a message to the stream. message SendMessageRequest { // The channel to send to string channel = 1;