diff --git a/docs/ko-kr/protocol/integration.md b/docs/ko-kr/protocol/integration.md index c012f187df..a43a7ef9e1 100644 --- a/docs/ko-kr/protocol/integration.md +++ b/docs/ko-kr/protocol/integration.md @@ -56,7 +56,7 @@ TaskId ASSTAPI AsstAppendTask(AsstHandle handle, const char* type, const char* p // 해당 작업 매개변수 { "enable": bool, // 이 작업을 활성화할지 여부, 선택 사항, 기본값은 true - "client_type": string, // 클라이언트 버전 필수이며, 빈칸을 채워주시면 실행되지 않습니다. + "client_type": string, // 클라이언트 버전이 필수이며, 빈칸을 채우지 않으면 실행되지 않습니다. // 옵션: "Official" | "Bilibili" | "txwy" | "YoStarEN" | "YoStarJP" | "YoStarKR" } ```