Skip to content

Commit 6c97904

Browse files
committed
refactor: 오타 수정
1 parent b89e0ff commit 6c97904

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/example/solidconnection/auth/client/AppleOAuthClientSecretProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import static com.example.solidconnection.custom.exception.ErrorCode.FAILED_TO_READ_APPLE_PRIVATE_KEY;
2020

2121
/*
22-
* 애플 OAuth 에 필요하 클라이언트 시크릿은 매번 동적으로 생성해야 한다.
22+
* 애플 OAuth 에 필요한 클라이언트 시크릿은 매번 동적으로 생성해야 한다.
2323
* 클라이언트 시크릿은 애플 개발자 계정에서 발급받은 개인키(*.p8)를 사용하여 JWT 를 생성한다.
2424
* https://developer.apple.com/documentation/accountorganizationaldatasharing/creating-a-client-secret
2525
* */

0 commit comments

Comments
 (0)