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 397273a commit d2f8edd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions proto/history.proto
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ enum HistoryType {
HISTORY_TYPE_COMMUNICATION = 2;
}

message FeebackHistoryDTO {
message FeedbackHistoryDTO {
HistoryType type = 1;
oneof feeback {
oneof feedback {
PronunciationFeedbackDTO pronunciation = 2;
CommunicationFeedbackDTO communication = 3;
}
Expand All @@ -23,5 +23,5 @@ message ListHistoriesRequest {
}

message ListHistoriesResponse {
repeated FeebackHistoryDTO histories = 1;
repeated FeedbackHistoryDTO histories = 1;
}

0 comments on commit d2f8edd

Please sign in to comment.