Skip to content

Commit 63785a5

Browse files
committed
Refactor(#5): fix typo
1 parent b042fe5 commit 63785a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/main/java/com/wypl/common/exception/GlobalErrorCode.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package com.wypl.common.exception;
22

33
public enum GlobalErrorCode implements ServerErrorCode {
4-
INTERNAL_SERVER_ERROR(500, "GLOBAL_001", "알수 없는 서버의 오류입니다."),
4+
INTERNAL_SERVER_ERROR(500, "GLOBAL_001", "알 수 없는 서버의 오류입니다."),
55
;
66

77
private final int statusCode;

0 commit comments

Comments
 (0)