Skip to content

Commit

Permalink
[KAN-153] fix(billing): 오타 수정 청군은 -> 청구는
Browse files Browse the repository at this point in the history
  • Loading branch information
pogihae committed Jul 10, 2024
1 parent 6ea1852 commit 70b6dd6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

public class EmptyBillingProductException extends RuntimeException {
public EmptyBillingProductException() {
super("청군은 최소 한개의 상품을 포함해야합니다.");
super("청구는 최소 한개의 상품을 포함해야합니다.");
}
}

0 comments on commit 70b6dd6

Please sign in to comment.