Skip to content

Commit c420141

Browse files
committed
fix: 오타 수정
1 parent 0b44e0e commit c420141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/trashheroesbe/feature/disposal/dto/response/DistrictTrashDisposalResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public static List<DistrictTrashDisposalResponse> of(
5252

5353
private static String getCategoryName(Type type) {
5454
return switch (type) {
55-
case NON_RECYCLABLE, FOOD_WASTE -> "일반 /음식물쓰레기";
55+
case NON_RECYCLABLE, FOOD_WASTE -> "일반/음식물쓰레기";
5656
case PET, VINYL_FILM -> "투명페트병/비닐";
5757
case PAPER, PAPER_PACK, PLASTIC, STYROFOAM, GLASS, METAL, TEXTILES,
5858
E_WASTE, HAZARDOUS_SMALL_WASTE -> "그외 재활용품";

0 commit comments

Comments
 (0)