Skip to content

Commit

Permalink
[SAMBAD-221]-fix: 맞춤법 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeHanEum committed Aug 3, 2024
1 parent 1b851ca commit dc91100
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class MeetingQuestionCommentController {

private final MeetingQuestionCommentService meetingQuestionCommentService;

@Operation(summary = "릴레이 질문 코멘트 등록", description = "모임의 릴레의 질문에 대한 코멘트를 작성합니다.")
@Operation(summary = "릴레이 질문 코멘트 등록", description = "모임의 릴레이 질문에 대한 코멘트를 작성합니다.")
@ApiResponses(value = {
@ApiResponse(responseCode = "201"),
@ApiResponse(responseCode = "404", description = "NOT_FOUND_QUESTION"),
Expand Down

0 comments on commit dc91100

Please sign in to comment.