Skip to content

Commit

Permalink
fix: Correct word
Browse files Browse the repository at this point in the history
- 스펠링 틀린 단어 수정

issue: #7
  • Loading branch information
bong6981 committed Apr 22, 2021
1 parent 52e0184 commit e6ce720
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BE/src/main/java/com/team10/banchan/dto/ItemDetail.java
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ public String getPoint() {
return point;
}

@JsonProperty("devliery_info")
@JsonProperty("delivery_info")
public String getDeliveryInfo() {
return deliveryInfo;
}

@JsonProperty("devliery_fee")
@JsonProperty("delivery_fee")
public String getDeliveryFee() {
return deliveryFee;
}
Expand Down

0 comments on commit e6ce720

Please sign in to comment.