Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mraible authored May 1, 2017
1 parent 8a17bc9 commit 4986d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ To:
List<Blog> blogs = blogRepository.findByUserIsCurrentUser();
----

The `findByUserIsCurrentUser()` method is generated by JHipster in the `BlogRespository` class and allows limiting results by the current user.
The `findByUserIsCurrentUser()` method is generated by JHipster in the `BlogRepository` class and allows limiting results by the current user.

[source,java]
.src/main/java/org/jhipster/repository/BlogRepository.java
Expand Down

0 comments on commit 4986d9d

Please sign in to comment.