From f880c71860605ecbea62a4a787506ffcff03380d Mon Sep 17 00:00:00 2001 From: kasterra Date: Sun, 26 May 2024 17:28:18 +0900 Subject: [PATCH] fix : problemTitles typo --- app/util/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/util/index.ts b/app/util/index.ts index 3a1d9b5..ce69309 100644 --- a/app/util/index.ts +++ b/app/util/index.ts @@ -122,7 +122,7 @@ export function bytesToSize(bytes: number) { export const problemTitles: { [key: string]: string } = { blank: "빈칸 채우기", - solution: "문제 해결", + solving: "문제 해결", class_implementation: "클래스 구현", };