Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jyoo0515 committed Feb 18, 2024
1 parent e29a6d4 commit b7db584
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 b7db584

Please sign in to comment.