Fix grammatical mistake in README.adoc
This commit is contained in:
committed by
Sébastien Deleuze
parent
a25d4ef814
commit
e8f690df8b
@@ -548,7 +548,7 @@ interface UserRepository : CrudRepository<User, Long> {
|
|||||||
}
|
}
|
||||||
----
|
----
|
||||||
|
|
||||||
And we write JPA tests to check basic use cases works as expected.
|
And we write JPA tests to check whether basic use cases work as expected.
|
||||||
|
|
||||||
`src/test/kotlin/com/example/blog/RepositoriesTests.kt`
|
`src/test/kotlin/com/example/blog/RepositoriesTests.kt`
|
||||||
[source,kotlin]
|
[source,kotlin]
|
||||||
|
|||||||
Reference in New Issue
Block a user