Skip to content

Commit

Permalink
#186 fix: 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
psyeon1120 committed Oct 22, 2023
1 parent 2f7d54c commit 34dfa95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/com/psr/psr/inquiry/dto/InquiryReq.kt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ data class InquiryReq (

@field:NotBlank(message = "내용을 입력해주세요.")
@field:Size(max = 250, message = "내용은 최대 250자입니다.")
@Schema(description = "문의 제목", example = "문의 내용")
@Schema(description = "문의 내용", example = "문의 내용")
val content: String? = null
)

0 comments on commit 34dfa95

Please sign in to comment.