Skip to content

Commit f5e961c

Browse files
gavvvrmp911de
authored andcommitted
DATACMNS-903 - Fix typo in reference documentation.
Original pull request: #174.
1 parent 8cf4aae commit f5e961c

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
@@ -510,7 +510,7 @@ class UserRepositoryImpl implements UserRepositoryCustom {
510510

511511
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).
512512

513-
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.
513+
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.
514514

515515
.Changes to the your basic repository interface
516516
====

0 commit comments

Comments
 (0)