Skip to content
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 #893

Merged
merged 2 commits into from
Jan 21, 2024
Merged

Fix typo in docs #893

merged 2 commits into from
Jan 21, 2024

Conversation

jbl428
Copy link
Contributor

@jbl428 jbl428 commented Jan 21, 2024

Summary

  • fix wrong markdown link in docs
  • change dependency name for kotlin starter in docs

@jbl428 jbl428 changed the title Fix/docs fix typo in docs Jan 21, 2024
@@ -49,7 +49,7 @@ data class KotlinClass(
}
```

To use Kotlin Exp to reference a property, you need to use the `Exp` or `ExpGetter` suffix to the normal [Fixture Customization APIs]((../../customizing-objects/apis).
To use Kotlin Exp to reference a property, you need to use the `Exp` or `ExpGetter` suffix to the normal [Fixture Customization APIs](../../../customizing-objects/apis).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing the broken link!

@@ -9,7 +9,7 @@ identifier: "creating-objects-in-kotlin"

Fixture Monkey also supports generating classes written in Kotlin code.

In order to do this, first make sure you added the `fixture-monkey-kotlin-starter` dependency.
In order to do this, first make sure you added the `fixture-monkey-starter-kotlin` dependency.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@SooKim1110 SooKim1110 changed the title fix typo in docs Fix typo in docs Jan 21, 2024
@SooKim1110 SooKim1110 added the doc Improvements or additions to documentation label Jan 21, 2024
@SooKim1110 SooKim1110 merged commit 8a73965 into naver:main Jan 21, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants