-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix typo in docs #1095
base: main
Are you sure you want to change the base?
Fix typo in docs #1095
Conversation
Modify gradle dependency artifactId 'jakarta-validation' to 'fixture-monkey-jakarta-validation'
@@ -15,7 +15,7 @@ Fixture Monkey는 Fixture Monkey Jakarta Validation 플러그인을 사용하여 | |||
### Dependencies | |||
#### Gradle | |||
``` | |||
testImplementation("com.navercorp.fixturemonkey:jakarta-validation:1.0.0") | |||
testImplementation("com.navercorp.fixturemonkey:fixture-monkey-jakarta-validation:1.0.0") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1.0.0
을 {{< fixture-monkey-version >}}
로 수정해주실 수 있을까요??
testImplementation("com.navercorp.fixturemonkey:fixture-monkey-jakarta-validation:1.0.0") | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
여기도 {{< fixture-monkey-version >}}
로 수정되면 좋을 것 같습니다.
@seongahjo 넵 |
Summary
v1.0.x
공식 문서의 Jakarta Validation 플러그인 관련 글에서 예시대로 Gradle 의존성 설정하다가 artifact id 오타를 발견했습니다.jakarta-validation
→fixture-monkey-jakarta-validation
다른 버전 문서도 확인했는데
v0.6.x
는 문제 없고v1.0.x
와v1.1.x
영문, 한글 문서에서 동일한 오타를 발견해서 4개의 파일을 수정했습니다.