Skip to content

Commit

Permalink
[FIX] typo (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
jyoo0515 authored Feb 18, 2024
1 parent e29a6d4 commit 4853acd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proto/sentence.proto
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ message SentenceDTO {
string text = 2;
}

message GetSetenceRequest {
message GetSentenceRequest {
string id = 1;
}

message GetSetenceResponse {
message GetSentenceResponse {
SentenceDTO sentence = 1;
}

0 comments on commit 4853acd

Please sign in to comment.