Skip to content

Commit 9be1d76

Browse files
gavvvrmp911de
authored andcommitted
DATACMNS-903 - Fix typo in reference documentation.
Original pull request: #174.
1 parent 50026d4 commit 9be1d76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/asciidoc/repositories.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ class UserRepositoryImpl implements UserRepositoryCustom {
619619

620620
NOTE: The most important bit for the class to be found is the `Impl` postfix of the name on it compared to the core repository interface (see below).
621621

622-
The implementation itself does not depend on Spring Data and can be a regular Spring bean. So you can use standard dependency injection behavior to inject references to other beans like a JdbTemplate, take part in aspects, and so on.
622+
The implementation itself does not depend on Spring Data and can be a regular Spring bean. So you can use standard dependency injection behavior to inject references to other beans like a `JdbcTemplate`, take part in aspects, and so on.
623623

624624
.Changes to the your basic repository interface
625625
====

0 commit comments

Comments
 (0)