Skip to content

Commit a5adaf3

Browse files
shchae04schauder
authored andcommitted
Fix typo in README
This pull request fixes a small typo in the README file: - `datatabase` → `database` It's a minor change, but helps improve the clarity and quality of the documentation. Signed-off-by: shchae04 <[email protected]> Original pull request #3953
1 parent 8bf33ba commit a5adaf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ https://github.com/spring-projects/spring-data-jpa/issues[issue tracker] to see
143143
* If the issue doesn’t exist already, https://github.com/spring-projects/spring-data-jpa/issues[create a new issue].
144144
* Please provide as much information as possible with the issue report, we like to know the version of Spring Data that you are using and JVM version, complete stack traces and any relevant configuration information.
145145
* If you need to paste code, or include a stack trace format it as code using triple backtick.
146-
* If possible try to create a test-case or project that replicates the issue. Attach a link to your code or a compressed file containing your code. Use an in-memory datatabase if possible or set the database up using https://github.com/testcontainers[Testcontainers].
146+
* If possible try to create a test-case or project that replicates the issue. Attach a link to your code or a compressed file containing your code. Use an in-memory database if possible or set the database up using https://github.com/testcontainers[Testcontainers].
147147

148148
== Building from Source
149149

0 commit comments

Comments
 (0)